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

commit 236b681dbcb3823fcf6afa0dd9b7630a26159865
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 16:09:50 2025 +0100

    gnu: python-drizzlepac: Use python-crds-minimal.
    
    * gnu/packages/astronomy.scm (python-drizzlepac)[native-inputs]: Remove
    python-crds; add python-crds-minimal.
    
    Change-Id: Ifb7f7a6aea9707312d1df9af41b2fd4dd3fa4055
---
 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 7b9062e46a..c9b8283676 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4233,7 +4233,7 @@ code to be greatly simplified.")
     (native-inputs
      (list python-astropy
            python-ci-watson
-           python-crds
+           python-crds-minimal
            python-pytest
            python-pytest-remotedata
            python-setuptools

Reply via email to