guix-commits
[Top][All Lists]
Advanced

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

branch python-team updated: gnu: python-astropy-iers-data: Add missing i


From: guix-commits
Subject: branch python-team updated: gnu: python-astropy-iers-data: Add missing inputs.
Date: Fri, 05 Apr 2024 02:46:12 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new d288a9e234 gnu: python-astropy-iers-data: Add missing inputs.
d288a9e234 is described below

commit d288a9e2346feb3c5b4959dc5d2488cd37bb71a5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 5 08:15:30 2024 +0200

    gnu: python-astropy-iers-data: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-astropy-iers-data)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Ie27e057a2d37940a5805706a5afbd01b81c91c1f
---
 gnu/packages/astronomy.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 09ad6ab8ce..5bb8f858e6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1724,7 +1724,9 @@ astronomy and astrophysics.")
      (list python-hypothesis
            python-pytest
            python-pytest-remotedata
-           python-setuptools-scm))
+           python-setuptools
+           python-setuptools-scm
+           python-wheel))
     (home-page "https://docs.astropy.org/en/latest/utils/iers.html";)
     (synopsis "IERS Earth Rotation and Leap Second tables for the astropy core 
package")
     (description



reply via email to

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