python3Packages.azure-mgmt-logic: 3.0.0 -> 9.0.0

This commit is contained in:
Jonathan Ringer 2021-01-11 16:19:22 -08:00 committed by Jonathan Ringer
parent 0dfa44517e
commit a56c52c5eb

View File

@ -4,28 +4,31 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
}:
buildPythonPackage rec {
pname = "azure-mgmt-logic";
version = "3.0.0";
version = "9.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "d163dfc32e3cfa84f3f8131a75d9e94f5c4595907332cc001e45bf7e4efd5add";
sha256 = "d3a780d299c4db59134bd984c4c9281b9b6ae5d4ba185bcbae43f6c3af04f85a";
};
propagatedBuildInputs = [
msrest
msrestazure
azure-common
azure-mgmt-core
azure-mgmt-nspkg
];
# has no tests
doCheck = false;
pythonImportsCheck = [ "azure.mgmt.logic" ];
meta = with lib; {
description = "This is the Microsoft Azure Logic Apps Management Client Library";