mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-specutils: Add missing input.
* gnu/packages/astronomy.scm (python-specutils): [native-inputs]: Add python-wheel. Change-Id: I880aca87b0d45423e928259b4936342b6cbfc3d3
This commit is contained in:
parent
edf0919b08
commit
d8f050cc20
1 changed files with 7 additions and 6 deletions
|
@ -4888,6 +4888,13 @@ of axis order, spatial projections, and spectral units that exist in the wild.
|
|||
;; Tests require HOME to be set.
|
||||
;; Permission denied: '/homeless-shelter'
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list python-matplotlib
|
||||
python-pytest-astropy
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-spectral-cube
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-asdf-astropy
|
||||
|
@ -4896,12 +4903,6 @@ of axis order, spatial projections, and spectral units that exist in the wild.
|
|||
python-ndcube
|
||||
python-numpy
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-matplotlib
|
||||
python-pytest-astropy
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-spectral-cube))
|
||||
(home-page "https://specutils.readthedocs.io/")
|
||||
(synopsis "Package for spectroscopic astronomical data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue