python3Packages.pluthon: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent 85538dc908
commit 4590fce06d
@@ -3,10 +3,8 @@
fetchFromGitHub,
buildPythonPackage,
setuptools,
pythonOlder,
# Python deps
uplc,
graphlib-backport,
ordered-set,
}:
@@ -27,8 +25,7 @@ buildPythonPackage rec {
setuptools
uplc
ordered-set
]
++ lib.optional (pythonOlder "3.9") graphlib-backport;
];
pythonImportsCheck = [ "pluthon" ];