mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-dust-extinction: Add missing input.
* gnu/packages/astronomy.scm (python-dust-extinction): [native-inputs]: Add python-wheel. Change-Id: I13009be60fdf35fd9ce80ffc26b80ea18fafe720
This commit is contained in:
parent
d8f050cc20
commit
7de54b18ed
1 changed files with 3 additions and 2 deletions
|
@ -2305,10 +2305,11 @@ used with local NetDRMS sites.")
|
|||
(sha256
|
||||
(base32 "0f0g6gh4kj83xfv0cdp30dahs80pnhsj7c6ryz3f59qf6d5zqard"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest-astropy
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-astropy python-scipy))
|
||||
(native-inputs
|
||||
(list python-pytest-astropy))
|
||||
(home-page "http://dust-extinction.readthedocs.io/")
|
||||
(synopsis "Interstellar Dust Extinction Models")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue