~ruther/guix-local

5aa467301a1a463b2ec28c3165583392ee20446c — Sharlatan Hellseher 1 year, 2 months ago 7343ab1
gnu: python-astroquery: Add missing inputs.

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

Change-Id: Icd3e55d29ff8e735188abdce933c336088115db7
1 files changed, 10 insertions(+), 8 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +10 -8
@@ 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