rekado pushed a commit to branch python-team
in repository guix.
commit 0c57c6909f4e0f9908397fd19f6e10374156b3ab
Author: 宋文武 <[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