python310Packages.drms: add missing build dependencies

This commit is contained in:
Theodore Ni
2023-08-26 03:20:07 +08:00
committed by Yt
parent 1be3c609c6
commit d820bbdded
@@ -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 = [