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:
Sharlatan Hellseher 2025-01-14 12:04:07 +00:00 committed by Ricardo Wurmus
parent d8f050cc20
commit 7de54b18ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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