python3.pkgs.blosc2: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-19 02:35:12 -07:00
parent ce3d6fe59b
commit beaf533eec
@@ -3,11 +3,13 @@
, fetchFromGitHub
# build-system
, setuptools
, scikit-build
, cython
, cmake
, cython
, ninja
, oldest-supported-numpy
, scikit-build
, setuptools
, wheel
# propagates
, msgpack
@@ -44,9 +46,10 @@ buildPythonPackage rec {
cmake
cython
ninja
numpy
oldest-supported-numpy
scikit-build
setuptools
wheel
];
dontUseCmakeConfigure = true;