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

commit f449c6ae65f7cf3574ac4ff762950551bd115fe1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 15:02:36 2026 +0100

    gnu: python-skyfield: Fix tests.
    
    * gnu/packages/astronomy.scm (python-skyfield):
    [native-inputs]: Remove python-pandas; add python-pandas-minimal and
    python-pytz.
    
    Change-Id: I47657bf8a54557ab68cca332e4e647e26ed6ce2d
---
 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 7606205d00..df5bbd8acf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10337,7 +10337,8 @@ and the options
     (native-inputs
      (list nss-certs-for-test
            python-assay
-           python-pandas
+           python-pandas-minimal
+           python-pytz
            python-setuptools))
     (propagated-inputs
      (list python-certifi

Reply via email to