python3Packages.babelfish: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:39:23 +01:00
parent 9daf320166
commit 79ec44793c
@@ -2,9 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonOlder,
poetry-core,
importlib-metadata,
}:
buildPythonPackage rec {
@@ -19,8 +17,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
# no tests executed
doCheck = false;