Merge pull request #250262 from tjni/pyemd

python3.pkgs.pyemd: add missing build dependencies
This commit is contained in:
Matthias Beyer 2023-08-20 10:33:47 +02:00 committed by GitHub
commit 5d16328d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,11 @@
, pythonOlder
, fetchPypi
, cython
, oldest-supported-numpy
, packaging
, setuptools
, setuptools-scm
, wheel
, numpy
, pytestCheckHook
}:
@ -24,8 +27,12 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
numpy
oldest-supported-numpy
packaging
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [