Merge pull request #246907 from tjni/astropy-extension-helpers
python3.pkgs.astropy-extension-helpers: add build and test dependencies
This commit is contained in:
commit
31971a3c68
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue