rekado pushed a commit to branch python-team in repository guix. commit 13627e5802f243b092bd4ff2d45f282fc92ab372 Author: Ricardo Wurmus <rek...@elephly.net> 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")