11 buildPythonPackage rec {
12 pname = "azure-mgmt-managementgroups";
16 inherit pname version;
18 sha256 = "3d5237947458dc94b4a392141174b1c1258d26611241ee104e9006d1d798f682";
21 propagatedBuildInputs = [
25 ] ++ lib.optionals (!isPy3k) [
33 description = "This is the Microsoft Azure Management Groups Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];