From 776f2d99e6a39564877d90ce408d90200a245b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 19 Jan 2026 22:46:49 -0800 Subject: [PATCH] python3Packages.scikit-hep-testdata: remove superfluous pythonAtLeast --- .../python-modules/scikit-hep-testdata/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/scikit-hep-testdata/default.nix b/pkgs/development/python-modules/scikit-hep-testdata/default.nix index f3ec89b963ca..af270a36233d 100644 --- a/pkgs/development/python-modules/scikit-hep-testdata/default.nix +++ b/pkgs/development/python-modules/scikit-hep-testdata/default.nix @@ -9,8 +9,6 @@ # dependencies pyyaml, requests, - pythonAtLeast, - importlib-resources, }: buildPythonPackage rec { @@ -30,8 +28,7 @@ buildPythonPackage rec { dependencies = [ pyyaml requests - ] - ++ lib.optionals (!pythonAtLeast "3.9") [ importlib-resources ]; + ]; SKHEP_DATA = 1; # install the actual root files