From e511bd649a04109cc8dc9d6bde0f5a3595a5eebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:25:05 +0100 Subject: [PATCH] python3Packages.schema-salad: remove superfluous pythonOlder --- pkgs/development/python-modules/schema-salad/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/schema-salad/default.nix b/pkgs/development/python-modules/schema-salad/default.nix index 2b70f76f7612..b092a4202141 100644 --- a/pkgs/development/python-modules/schema-salad/default.nix +++ b/pkgs/development/python-modules/schema-salad/default.nix @@ -4,12 +4,10 @@ buildPythonPackage, cachecontrol, fetchFromGitHub, - importlib-resources, mistune, mypy, mypy-extensions, pytestCheckHook, - pythonOlder, rdflib, requests, ruamel-yaml, @@ -56,8 +54,7 @@ buildPythonPackage rec { types-requests types-setuptools ] - ++ cachecontrol.optional-dependencies.filecache - ++ lib.optionals (pythonOlder "3.9") [ importlib-resources ]; + ++ cachecontrol.optional-dependencies.filecache; nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.pycodegen;