guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 86bbad94c4020bda226051b8716f4f5c4b11e3d0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 18 21:05:13 2025 +0100
gnu: python-stdatamodels: Adjust inputs.
* gnu/packages/astronomy.scm (python-stdatamodels)[propagated-inputs]:
Remove python-asdf; add python-asdf-4.
[native-inputs]: Add python-pytest-asdf-plugin.
Change-Id: I01923c7e830e4214733f71226d1c22fbd903113e
---
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 ced57355eb..8250dc8304 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8094,6 +8094,7 @@ and CAS statistics), as well as fitting 2D Sérsic
profiles.")
python-crds
python-psutil
python-pytest
+ python-pytest-asdf-plugin
python-pytest-doctestplus
python-pytest-xdist
python-scipy
@@ -8101,7 +8102,7 @@ and CAS statistics), as well as fitting 2D Sérsic
profiles.")
python-setuptools-scm
python-wheel))
(propagated-inputs
- (list python-asdf
+ (list python-asdf-4
python-asdf-astropy
python-astropy
python-numpy))