guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4aa71f5e69f0d43be4133377a39353cf6c1ac347
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 13:45:45 2025 +0100

    gnu: python-asdf-astropy: Adjust native inputs.
    
    * gnu/packages/astronomy.scm (python-asdf-astropy)[native-inputs]:
    Remove python-wheel; add python-pytest-asdf-plugin.
    
    Change-Id: I8d23eb286c80c4b87527f6a5d66f4dc130556a7c
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a3917c70eb..16a3ab10cc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2054,12 +2054,12 @@ implementation of the ASDF Standard.")
             (lambda _ (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list python-pytest
+           python-pytest-asdf-plugin
            python-pytest-astropy
            python-pytest-xdist
            python-scipy
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-asdf
            python-asdf-coordinates-schemas

Reply via email to