summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-03 23:29:26 +0200
committerGitHub <noreply@github.com>2023-06-03 23:29:26 +0200
commit2fb4a0a0d253c8bc8642ab058ac175bf42521a2d (patch)
tree15d6cb35b21427cb6274b4979ab84d940294ddbb
parent73a15c9f147a5aac572f5ba6ff7fc478430a70f6 (diff)
downloadnixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar.gz
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar.bz2
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar.lz
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar.xz
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.tar.zst
nixpkgs-2fb4a0a0d253c8bc8642ab058ac175bf42521a2d.zip
python310Packages.azure-mgmt-compute: update disabled
-rw-r--r--pkgs/development/python-modules/azure-mgmt-compute/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix
index 5e2d9b99bf8..e76e593d296 100644
--- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix
@@ -3,6 +3,7 @@
 , fetchPypi
 , azure-mgmt-common
 , azure-mgmt-core
+, isodate
 , pythonOlder
 }:
 
@@ -11,7 +12,7 @@ buildPythonPackage rec {
   version = "30.0.0";
   format = "setuptools";
 
-  disabled = pythonOlder "3.6";
+  disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
@@ -22,6 +23,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [
     azure-mgmt-common
     azure-mgmt-core
+    isodate
   ];
 
   pythonNamespaces = [