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
commit 31971a3c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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