python3Packages.pykakasi: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent e84a57437a
commit 77a5ff56b6
@@ -3,12 +3,10 @@
buildPythonPackage,
deprecated,
fetchFromGitea,
importlib-resources,
jaconv,
py-cpuinfo,
pytest-benchmark,
pytestCheckHook,
pythonOlder,
setuptools-scm,
}:
@@ -30,8 +28,7 @@ buildPythonPackage rec {
dependencies = [
jaconv
deprecated
]
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
];
nativeCheckInputs = [
py-cpuinfo