python3Packages.jsonschema-specifications: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent aca8316ca2
commit c12e158c61
@@ -4,9 +4,7 @@
fetchPypi,
hatch-vcs,
hatchling,
importlib-resources,
pytestCheckHook,
pythonOlder,
referencing,
}:
@@ -28,8 +26,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
referencing
]
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
];
nativeCheckInputs = [ pytestCheckHook ];