10 buildPythonPackage rec {
11 pname = "azure-mgmt-billing";
12 version = "6.0.0"; #pypi's 0.2.0 doesn't build ootb
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "d4f5c5a4188a456fe1eb32b6c45f55ca2069c74be41eb76921840b39f2f5c07f";
21 propagatedBuildInputs = [
29 rm -rf azure_bdist_wheel.py
30 substituteInPlace setup.cfg \
31 --replace "azure-namespace-package = azure-mgmt-nspkg" ""
34 pythonNamespaces = [ "azure.mgmt" ];
40 description = "This is the Microsoft Azure Billing Client Library";
41 homepage = "https://github.com/Azure/azure-sdk-for-python";
42 license = licenses.mit;
43 maintainers = with maintainers; [ maxwilson ];