diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-10 21:28:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:41 +0100 |
commit | e233c5f455f82ac94536b7952cfb20a56881ab71 (patch) | |
tree | 5df312b87412176daad91aa72c60943c021c1cbb | |
parent | a8c63141746feb95340d822eae70decc55dc4926 (diff) |
gnu: python-reproject: Add missing input.
* gnu/packages/astronomy.scm (python-reproject)[native-inputs]: Add
python-wheel.
Change-Id: I412c9ae9278a32b017e19aa3698d9ce01f430103
-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 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 |