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