From 3708af1b8809c0873369539eb81f391c9a03372b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 10 Jan 2025 21:20:59 +0100 Subject: [PATCH] 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 0110d73ff05580b318b652b78e6017bd09bcd2b4..59be34742c62af4e54eeab25cfe504a93aeaccf0 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")