python3.pkgs.pyemd: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-19 15:01:30 -07:00
parent ca3c9ac9f4
commit 97b50ee049
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

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