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