guix-commits
[Top][All Lists]
Advanced

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

219/455: gnu: python-regions: Add missing input.


From: guix-commits
Subject: 219/455: gnu: python-regions: Add missing input.
Date: Mon, 20 Jan 2025 15:47:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8393789e0e038337df234ecaade839909b795fb5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:21:20 2025 +0100

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



reply via email to

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