python313Packages.linode-api: remove disabled

This commit is contained in:
Fabian Affolter
2025-10-09 11:16:02 +02:00
committed by GitHub
parent a30765c1fd
commit 23f20244ec

View File

@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
requests,
polling,
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "5.37.0";
pyproject = true;
disabled = pythonOlder "3.9";
# Sources from Pypi exclude test fixtures
src = fetchFromGitHub {
owner = "linode";