Unverified Commit d95075a3 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #250155 from tjni/blosc2

python3.pkgs.blosc2: add missing build dependencies
parents cac8909c beaf533e
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;