guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit b5f4a155b30546631a761fbdaf49058dc7718fe2 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 9c1685a9f5..b5fb921115 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-next - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-asdf python-asdf-coordinates-schemas