12 buildPythonPackage rec {
13 pname = "azure-mgmt-commerce";
18 inherit pname version;
20 sha256 = "6f5447395503b2318f451d24f8021ee08db1cac44f1c3337ea690700419626b6";
23 build-system = [ setuptools ];
33 rm -f azure_bdist_wheel.py tox.ini
34 sed -i "/azure-namespace-package/c\ " setup.cfg
37 pythonNamespaces = [ "azure.mgmt" ];
41 pythonImportsCheck = [ "azure.mgmt.commerce" ];
44 description = "This is the Microsoft Azure Commerce Management Client Library";
45 homepage = "https://github.com/Azure/azure-sdk-for-python";
46 license = licenses.mit;
47 maintainers = with maintainers; [ maxwilson ];