mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-astropy-healpix: Add missing input.
* gnu/packages/astronomy.scm (python-astropy-healpix)[native-inputs]: Add python-wheel. Change-Id: I16e53a22f402d853d1c1939db4b28a49af69e4c2
This commit is contained in:
parent
3dcb2f8427
commit
47c94dbf7b
1 changed files with 2 additions and 1 deletions
|
@ -3493,7 +3493,8 @@ (define-public python-astropy-healpix
|
|||
(list python-extension-helpers
|
||||
python-hypothesis
|
||||
python-pytest-astropy
|
||||
python-setuptools-scm))
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-astropy python-numpy))
|
||||
(home-page "https://github.com/astropy/astropy-healpix")
|
||||
|
|
Loading…
Reference in a new issue