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 ];