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