From 2fb4a0a0d253c8bc8642ab058ac175bf42521a2d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Jun 2023 23:29:26 +0200 Subject: python310Packages.azure-mgmt-compute: update disabled --- pkgs/development/python-modules/azure-mgmt-compute/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [ -- cgit 1.4.1