python3Packages.azure-mgmt-policyinsights: 0.6.0 -> 1.0.0

This commit is contained in:
Jonathan Ringer 2021-01-11 16:19:23 -08:00 committed by Jonathan Ringer
parent bb5fa00a4c
commit f0ec201d42

View file

@ -4,30 +4,33 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
}:
buildPythonPackage rec {
pname = "azure-mgmt-policyinsights";
version = "0.6.0";
version = "1.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "2c64533f6eab08dc16450fc5d7c7651557fc0edc8ef1278dda336333d648a7c4";
sha256 = "75103fb4541aeae30bb687dee1fedd9ca65530e6b97b2d9ea87f74816905202a";
};
propagatedBuildInputs = [
azure-common
azure-mgmt-core
msrest
msrestazure
azure-common
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
];
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.policyinsights" ];
meta = with lib; {
description = "This is the Microsoft Azure Policy Insights Client Library";