python3Packages.babelfish: remove superfluous pythonOlder
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user