diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 16:24:18 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:52 +0100 |
commit | d3b986aa41738dd678e9cbabbcae97ee5f0a9748 (patch) | |
tree | 4df0fc0eb32e8dff71d988a37fd9cb698fbd2080 | |
parent | bb393d7dd4db591dd9ec715bd361c80dd638938d (diff) |
gnu: python-pyregion: Fix build.
* gnu/packages/astronomy.scm (python-pyregion)[native-inputs]: Add python-wheel.
Change-Id: I3831055a1667e03addf9da99fc762fbaa8581bc9
-rw-r--r-- | gnu/packages/astronomy.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |