python310Packages.azure-mgmt-compute: update disabled

This commit is contained in:
Fabian Affolter 2023-06-03 23:29:26 +02:00 committed by GitHub
parent 73a15c9f14
commit 2fb4a0a0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [