From e233c5f455f82ac94536b7952cfb20a56881ab71 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 10 Jan 2025 21:28:27 +0100 Subject: [PATCH] gnu: python-reproject: Add missing input. * gnu/packages/astronomy.scm (python-reproject)[native-inputs]: Add python-wheel. Change-Id: I412c9ae9278a32b017e19aa3698d9ce01f430103 --- 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 bda81c5d339ce3cabd039d2ed8a452eba09fcddc..3d3dcdeb25ac5a436b158edb9afbc858d235e670 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4612,7 +4612,8 @@ setup(ext_modules=get_extensions())"))))) python-pytest-xdist python-pyvo ;; python-sunpy ; circular dependencies, test optional - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (home-page "https://reproject.readthedocs.io") (synopsis "Astronomical image reprojection in Python") (description