python313Packages.azure-mgmt-netapp: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-16 10:05:15 +01:00
committed by GitHub
parent c1b6f46e66
commit ab9e0352bf

View File

@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
azure-common,
azure-mgmt-core,
isodate,
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "14.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "azure_mgmt_netapp";
inherit version;