python3Packages.azure-mgmt-iotcentral: 3.1.0 -> 4.0.0

This commit is contained in:
Jonathan Ringer 2021-01-11 16:19:22 -08:00 committed by Jonathan Ringer
parent 3b3579033f
commit 8a4e2d5b12

View File

@ -4,24 +4,26 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
}:
buildPythonPackage rec {
pname = "azure-mgmt-iotcentral";
version = "3.1.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "c175f6642be514ad0efd3dc03d09e50d923596fd9e634381793dcc46bb8a57c7";
sha256 = "ab793fde2b5eeb73ab37434013d4b5ba7750031220013edb3c1758c45a00a91a";
};
propagatedBuildInputs = [
azure-common
azure-mgmt-core
msrest
msrestazure
azure-common
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
];