guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 5f591596232bbb17bdad10d4a7285f0be3874a74
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 13 21:43:16 2025 +0100

    gnu: python-asdf-astropy: Adjust inputs.
    
    * gnu/packages/astronomy.scm (python-asdf-astropy): [propagated-inputs]:
    Remove python-astropy; add python-astropy-minimal.
    
    Change-Id: Iadae2cb358697e5f94d22540f5254f787e6864c4
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0a416a9f97..d384041935 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1974,7 +1974,7 @@ implementation of the ASDF Standard.")
            python-asdf-coordinates-schemas
            python-asdf-standard
            python-asdf-transform-schemas
-           python-astropy
+           python-astropy-minimal
            python-numpy
            python-packaging))
     (home-page "https://github.com/astropy/asdf-astropy";)

Reply via email to