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