python3.pkgs.astropy-extension-helpers: add build and test dependencies
This commit is contained in:
parent
91991a339a
commit
17f4ee8494
@ -4,7 +4,9 @@
|
|||||||
, findutils
|
, findutils
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, pip
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
|
, wheel
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -21,12 +23,14 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
wheel
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./permissions.patch ];
|
patches = [ ./permissions.patch ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
findutils
|
findutils
|
||||||
|
pip
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user