10 buildPythonPackage rec {
11 pname = "azure-mgmt-managementpartner";
13 format = "setuptools";
16 inherit pname version;
18 sha256 = "1cd591848454a115c216d216a3fb7802c1b5de04b105e2696e4237b0f8768f2f";
21 propagatedBuildInputs = [
32 description = "This is the Microsoft Azure ManagementPartner Management Client Library";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ maxwilson ];