mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
fb735748a8
commit
0b8561751f
1 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue