From c12e158c615faa4862fe548f3e7159f4c24f999f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:19:42 +0100 Subject: [PATCH] python3Packages.jsonschema-specifications: remove superfluous pythonOlder --- .../python-modules/jsonschema-specifications/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/jsonschema-specifications/default.nix b/pkgs/development/python-modules/jsonschema-specifications/default.nix index 288229dbaf5e..74af572a77d5 100644 --- a/pkgs/development/python-modules/jsonschema-specifications/default.nix +++ b/pkgs/development/python-modules/jsonschema-specifications/default.nix @@ -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 ];