guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

226/299: gnu: python-reproject: Add missing input.


From: guix-commits
Subject: 226/299: gnu: python-reproject: Add missing input.
Date: Mon, 13 Jan 2025 15:18:34 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 23b935668b7362a458a061f9a95935a0f43cd9e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:28:27 2025 +0100

    gnu: python-reproject: Add missing input.
    
    * gnu/packages/astronomy.scm (python-reproject)[native-inputs]: Add
    python-wheel.
    
    Change-Id: I412c9ae9278a32b017e19aa3698d9ce01f430103
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]