rekado pushed a commit to branch master
in repository guix.
commit e233c5f455f82ac94536b7952cfb20a56881ab71
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:28:27 2025 +0100
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 bda81c5d33..3d3dcdeb25 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