12 buildPythonPackage rec {
13 pname = "azure-mgmt-subscription";
17 inherit pname version;
19 sha256 = "22f606f298419f466a8149811fc762686c93da00a7dc15d3b7cdbf22b96cf5db";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
33 pythonImportsCheck = [ "azure.mgmt.subscription" ];
36 description = "This is the Microsoft Azure Subscription Management Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];