diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-10 21:21:20 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:41 +0100 |
| commit | 8393789e0e038337df234ecaade839909b795fb5 (patch) | |
| tree | 385a0490101abc8749fbffa8593838d3f21784b9 /gnu | |
| parent | 3708af1b8809c0873369539eb81f391c9a03372b (diff) | |
gnu: python-regions: Add missing input.
* gnu/packages/astronomy.scm (python-regions)[native-inputs]: Add
python-wheel.
Change-Id: I482877ec96fd96251ad633750572db721f0d7c37
Diffstat (limited to 'gnu')
| -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 59be34742c..347e1d949d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4512,7 +4512,8 @@ setup(ext_modules=get_extensions())"))))) python-pytest-runner python-pytest-xdist python-setuptools - python-setuptools-scm)) + python-setuptools-scm + python-wheel)) (home-page "https://github.com/astropy/regions") (synopsis "Package for region handling") (description "Regions is an Astropy package for region handling.") |
