12 buildPythonPackage rec {
13 pname = "azure-mgmt-commerce";
17 inherit pname version;
19 sha256 = "6f5447395503b2318f451d24f8021ee08db1cac44f1c3337ea690700419626b6";
22 propagatedBuildInputs = [
30 rm -f azure_bdist_wheel.py tox.ini
31 substituteInPlace setup.py \
32 --replace "wheel==0.30.0" "wheel"
33 sed -i "/azure-namespace-package/c\ " setup.cfg
36 pythonNamespaces = [ "azure.mgmt" ];
40 pythonImportsCheck = [ "azure.mgmt.commerce" ];
43 description = "This is the Microsoft Azure Commerce Management Client Library";
44 homepage = "https://github.com/Azure/azure-sdk-for-python";
45 license = licenses.mit;
46 maintainers = with maintainers; [ maxwilson jonringer ];