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:
commit
fbe2adffdb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user