mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-healpy: Fix build.
* gnu/packages/astronomy.scm (python-healpy) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie86d1f152d26d08f5cf072721ba295b12ca808e2
This commit is contained in:
parent
a4c3019db4
commit
9dc91360fd
1 changed files with 3 additions and 1 deletions
|
@ -2677,7 +2677,9 @@ (define-public python-healpy
|
|||
python-pytest-astropy-header
|
||||
python-pytest-cython
|
||||
;python-pytest-doctestplus
|
||||
python-setuptools-scm))
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-colorlog
|
||||
|
|
Loading…
Reference in a new issue