12 buildPythonPackage rec {
13 pname = "azure-mgmt-consumption";
18 inherit pname version;
20 hash = "sha256-BqCGQ2wXN/d6uGiU1R9Zc7bg+l7fVlWOTCllieurkTA=";
23 build-system = [ setuptools ];
33 rm -f azure_bdist_wheel.py
36 pythonNamespaces = [ "azure.mgmt" ];
42 description = "This is the Microsoft Azure Consumption Management Client Library";
43 homepage = "https://github.com/Azure/azure-sdk-for-python";
44 license = licenses.mit;
45 maintainers = with maintainers; [ maxwilson ];