Unverified Commit 997db852 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

python312Packages.uproot: xxhash is now a build/runtime dependency

parent a07e8dc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ buildPythonPackage rec {
    numpy
    fsspec
    packaging
    xxhash
  ];

  nativeCheckInputs = [
@@ -57,7 +58,6 @@ buildPythonPackage rec {
    pytest-timeout
    rangehttpserver
    scikit-hep-testdata
    xxhash
  ];

  preCheck = ''