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