Unverified Commit fbe2adff authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.azure-mgmt-iothub: 2.3.0 -> 2.4.0
parents c6ef6dbc cedcd620
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -6,17 +6,20 @@
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
, pythonOlder
}:

buildPythonPackage rec {
  pname = "azure-mgmt-iothub";
  version = "2.3.0";
  version = "2.4.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    hash = "sha256-ml+koj52l5o0toAcnsGtsw0tGnO5F/LKq56ovzdmx/A=";
    hash = "sha256-enpNE5kVyGK+ctrGt1gt6633rNvT9FM76kSQ7prb1Wo=";
  };

  propagatedBuildInputs = [
@@ -24,8 +27,6 @@ buildPythonPackage rec {
    azure-mgmt-core
    msrest
    msrestazure
  ] ++ lib.optionals (!isPy3k) [
    azure-mgmt-nspkg
  ];

  # has no tests