diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 13:46:42 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:09 +0100 |
| commit | 803fce145c10e8cc42405d6b092a71ccc796acef (patch) | |
| tree | 26e841936b3d8fcbdfc34e3024426d790ff954fb /gnu/packages/python-check.scm | |
| parent | ec1b81af087dc52dd20d3ad0102b0110673338d5 (diff) | |
gnu: python-pytest-astropy-header: Switch to pyproject-build-system.
* gnu/packages/python-check.scm (python-pytest-astropy-header)
[build-system]: Use pyproject.
[native-inputs]: Add python-numpy, and python-setuptools.
Change-Id: If5b14d02eac7710c703d3f1b2ad0bca4b9ccafde
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 95a955deb86..558c14e9be7 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1830,9 +1830,12 @@ astropy related packages.") (uri (pypi-uri "pytest-astropy-header" version)) (sha256 (base32 "046v4arinv8b5jz05pvhnc0n1aqqndwvhlsl635ahxabr40i32bp")))) - (build-system python-build-system) + (build-system pyproject-build-system) (native-inputs - (list python-pytest python-setuptools-scm)) + (list python-numpy + python-pytest + python-setuptools + python-setuptools-scm)) (home-page "https://www.astropy.org/") (synopsis "Pytest plugin adding diagnostic data to the header of the test output") |
