13 buildPythonPackage rec {
14 pname = "azure-mgmt-policyinsights";
16 format = "setuptools";
19 inherit pname version;
21 sha256 = "75103fb4541aeae30bb687dee1fedd9ca65530e6b97b2d9ea87f74816905202a";
24 propagatedBuildInputs = [
29 ] ++ lib.optionals (!isPy3k) [ azure-mgmt-nspkg ];
33 pythonImportsCheck = [ "azure.mgmt.policyinsights" ];
36 description = "This is the Microsoft Azure Policy Insights Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];