rekado pushed a commit to branch master
in repository guix.
commit 5aa467301a1a463b2ec28c3165583392ee20446c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 14 14:51:04 2025 +0000
gnu: python-astroquery: Add missing inputs.
* gnu/packages/astronomy.scm (python-astroquery) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Icd3e55d29ff8e735188abdce933c336088115db7
---
gnu/packages/astronomy.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 7e9cd62ed4..89c7d1233d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3655,6 +3655,16 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
;; we want to run the installed code with extensions etc.
(with-directory-excursion "/tmp"
(apply invoke "pytest" "-v" test-flags))))))))
+ (native-inputs
+ (list nss-certs-for-test
+ python-astropy-healpix
+ python-matplotlib
+ ;; python-mocpy : Not packed yet, optional
+ python-pytest-astropy
+ python-pytest-dependency
+ python-regions
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-astropy
python-beautifulsoup4
@@ -3663,14 +3673,6 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
python-numpy
python-pyvo
python-requests))
- (native-inputs
- (list nss-certs-for-test
- python-astropy-healpix
- python-matplotlib
- ;; python-mocpy : Not packed yet, optional
- python-pytest-astropy
- python-pytest-dependency
- python-regions))
(home-page "https://astroquery.readthedocs.io/en/latest/index.html")
(synopsis "Access online astronomical data resources")
(description "Astroquery is a package that contains a collection of tools