python310Packages.drms: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-24 17:50:29 -07:00 committed by Yt
parent 1be3c609c6
commit d820bbdded

View file

@ -5,10 +5,12 @@
, pandas
, six
, astropy
, oldest-supported-numpy
, pytestCheckHook
, pytest-doctestplus
, pythonOlder
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@ -23,7 +25,10 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
numpy
oldest-supported-numpy
setuptools-scm
wheel
];
propagatedBuildInputs = [