gnu: python-specreduce: Add missing input.

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

Change-Id: I6293402038632aec22abc621c4e7ffe5decbe5e4
This commit is contained in:
Sharlatan Hellseher 2025-01-14 12:04:07 +00:00 committed by Ricardo Wurmus
parent 34687e2a40
commit 0e0448d1aa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3265,6 +3265,11 @@ but has evolved to support other missions as well.")
;; (/homeless-shelter/.config/matplotlib) is not a writable
;; directory ...
(setenv "HOME" "/tmp"))))))
(native-inputs
(list python-photutils
python-pytest-astropy
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-astropy
python-gwcs
@ -3272,10 +3277,6 @@ but has evolved to support other missions as well.")
python-photutils
python-specutils
python-synphot))
(native-inputs
(list python-photutils
python-setuptools-scm
python-pytest-astropy))
(home-page "https://specreduce.readthedocs.io/")
(synopsis "Spectroscopic Reductions")
(description