1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: python-spectral-cube: Add missing input.

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

Change-Id: I7a5fa29cf8f72a4704fe4eed1f35494187d91c34
This commit is contained in:
Ricardo Wurmus 2025-01-10 21:28:38 +01:00
parent e233c5f455
commit 573ca3028d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4827,7 +4827,8 @@ SolarSoft data analysis environment.")
python-pytest-astropy
python-pytest-xdist
python-regions
python-setuptools-scm))
python-setuptools-scm
python-wheel))
(home-page "https://spectral-cube.readthedocs.io/en/latest/")
(synopsis "Library for reading and analyzing astrophysical spectral data cubes")
(description