python3.pkgs.astropy-extension-helpers: add build and test dependencies

This commit is contained in:
Theodore Ni
2023-08-02 21:54:38 -07:00
parent 91991a339a
commit 17f4ee8494
@@ -4,7 +4,9 @@
, findutils
, pytestCheckHook
, pythonOlder
, pip
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@@ -21,12 +23,14 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools-scm
wheel
];
patches = [ ./permissions.patch ];
nativeCheckInputs = [
findutils
pip
pytestCheckHook
];