Unverified Commit beaf533e authored by Theodore Ni's avatar Theodore Ni
Browse files

python3.pkgs.blosc2: add missing build dependencies

parent ce3d6fe5
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -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;