From 997db8527e4d3fc0f3b52772825a207582ce4a29 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 21 Sep 2024 15:40:07 -0400 Subject: [PATCH] python312Packages.uproot: xxhash is now a build/runtime dependency --- pkgs/development/python-modules/uproot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index 9d5bfca91134..e0e666d7ffa7 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -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 = ''