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

This commit is contained in:
Theodore Ni 2023-07-28 23:57:12 -07:00
parent 91991a339a
commit 17f4ee8494
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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
];