gnu: python-astropy-healpix: Add missing input.

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

Change-Id: I16e53a22f402d853d1c1939db4b28a49af69e4c2
This commit is contained in:
Ricardo Wurmus 2025-01-10 21:20:59 +01:00
parent 3dcb2f8427
commit 47c94dbf7b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3493,7 +3493,8 @@ (define-public python-astropy-healpix
(list python-extension-helpers
python-hypothesis
python-pytest-astropy
python-setuptools-scm))
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-astropy python-numpy))
(home-page "https://github.com/astropy/astropy-healpix")