Merge pull request #231981 from r-ryantm/auto-update/python311Packages.azure-mgmt-iothub

python311Packages.azure-mgmt-iothub: 2.3.0 -> 2.4.0
This commit is contained in:
Fabian Affolter 2023-05-15 10:00:26 +02:00 committed by GitHub
commit fbe2adffdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,17 +6,20 @@
, azure-common , azure-common
, azure-mgmt-core , azure-mgmt-core
, azure-mgmt-nspkg , azure-mgmt-nspkg
, isPy3k , pythonOlder
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "azure-mgmt-iothub"; pname = "azure-mgmt-iothub";
version = "2.3.0"; version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
hash = "sha256-ml+koj52l5o0toAcnsGtsw0tGnO5F/LKq56ovzdmx/A="; hash = "sha256-enpNE5kVyGK+ctrGt1gt6633rNvT9FM76kSQ7prb1Wo=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -24,8 +27,6 @@ buildPythonPackage rec {
azure-mgmt-core azure-mgmt-core
msrest msrest
msrestazure msrestazure
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
]; ];
# has no tests # has no tests