rekado pushed a commit to branch master
in repository guix.
commit d3b986aa41738dd678e9cbabbcae97ee5f0a9748
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 16:24:18 2025 +0800
gnu: python-pyregion: Fix build.
* gnu/packages/astronomy.scm (python-pyregion)[native-inputs]: Add
python-wheel.
Change-Id: I3831055a1667e03addf9da99fc762fbaa8581bc9
---
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 5fe9de80a4..9f34e2dff1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5532,7 +5532,8 @@ setup(ext_modules=get_extensions())")))))
python-pytest-astropy
python-pytest-astropy-header
python-setuptools
- python-setuptools-scm))
+ python-setuptools-scm
+ python-wheel))
(home-page "https://github.com/astropy/pyregion")
(synopsis "Python parser for ds9 region files")
(description