python3Packages.openapi-spec-validator: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent 1369f0cc41
commit ca5186caab
@@ -1,14 +1,12 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# build-system
poetry-core,
# propagates
importlib-resources,
jsonschema,
jsonschema-path,
lazy-object-proxy,
@@ -39,8 +37,7 @@ buildPythonPackage rec {
jsonschema-path
lazy-object-proxy
openapi-schema-validator
]
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
];
nativeCheckInputs = [
pytestCheckHook