rekado pushed a commit to branch master
in repository guix.
commit 3708af1b8809c0873369539eb81f391c9a03372b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:20:59 2025 +0100
gnu: python-astropy-healpix: Add missing input.
* gnu/packages/astronomy.scm (python-astropy-healpix)[native-inputs]: Add
python-wheel.
Change-Id: I16e53a22f402d853d1c1939db4b28a49af69e4c2
---
gnu/packages/astronomy.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0110d73ff0..59be34742c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3493,7 +3493,8 @@ astronomy and astrophysics.")
(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")