gnu: python-astroquery: Add missing inputs.

* gnu/packages/astronomy.scm (python-astroquery) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Icd3e55d29ff8e735188abdce933c336088115db7
This commit is contained in:
Sharlatan Hellseher 2025-01-14 14:51:04 +00:00 committed by Ricardo Wurmus
parent fb735748a8
commit 0b8561751f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3655,6 +3655,16 @@ (define-public python-astroquery
;; 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 @@ (define-public python-astroquery
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