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
@@ -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 = [