python313Packages.azure-mgmt-containerservice: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-16 23:16:21 +01:00
committed by GitHub
parent 49f41b8737
commit f853317fce

View File

@@ -5,7 +5,6 @@
fetchPypi,
msrest,
typing-extensions,
pythonOlder,
setuptools,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "40.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
pname = "azure_mgmt_containerservice";
inherit version;