Merge pull request #246907 from tjni/astropy-extension-helpers

python3.pkgs.astropy-extension-helpers: add build and test dependencies
This commit is contained in:
OTABI Tomoya
2023-08-12 09:47:39 +09:00
committed by GitHub
@@ -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
];