~ruther/guix-local

86bbad94c4020bda226051b8716f4f5c4b11e3d0 — Sharlatan Hellseher 6 months ago 1a964b2
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -1
@@ 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))