Commit 776f2d99 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.scikit-hep-testdata: remove superfluous pythonAtLeast

parent 5c827c6d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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