python3Packages.gentools: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:11 +01:00
parent 48f7c9fe61
commit c88c31d4c4
@@ -2,10 +2,8 @@
lib,
buildPythonPackage,
fetchFromGitHub,
importlib-metadata,
poetry-core,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -22,8 +20,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "gentools" ];