~ruther/guix-local

e233c5f455f82ac94536b7952cfb20a56881ab71 — Ricardo Wurmus 1 year, 3 months ago a8c6314
gnu: python-reproject: Add missing input.

* gnu/packages/astronomy.scm (python-reproject)[native-inputs]: Add
python-wheel.

Change-Id: I412c9ae9278a32b017e19aa3698d9ce01f430103
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -1
@@ 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