python3Packages.scikit-hep-testdata: remove superfluous pythonAtLeast

This commit is contained in:
Robert Schütz
2026-01-19 22:46:49 -08:00
parent 5c827c6dbb
commit 776f2d99e6
@@ -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