python3Packages.iso4217: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent 37962196fd
commit 7ffceffe05
@@ -3,10 +3,8 @@
buildPythonPackage,
fetchFromGitHub,
fetchurl,
importlib-resources,
pytestCheckHook,
python,
pythonOlder,
setuptools,
}:
let
@@ -30,8 +28,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = lib.optionals (pythonOlder "3.9") [ importlib-resources ];
nativeCheckInputs = [ pytestCheckHook ];
preBuild = ''