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

This commit is contained in:
Dmitry Kalinkin
2024-09-21 15:40:07 -04:00
committed by GitHub
parent a07e8dc663
commit 997db8527e
@@ -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 = ''