diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-20 23:33:03 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:41 +0000 |
commit | e2cd0ddfea56e788af354c4767c56b6aab7ffa4c (patch) | |
tree | e769a9f7f593f3e3fda57f0e4428527f9515c2f8 /gnu/packages/astronomy.scm | |
parent | 408c7d9443de825219d66aeb79d007f7d48754ed (diff) |
gnu: python-rad: Adjust input.
* gnu/packages/astronomy.scm (python-rad) [propagated-inputs]: Remove
python-asdf; add python-asdf-3.
Change-Id: I2a91d8cf2913177b50f553a7c5902a779081a92e
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 52951bcbef5..f128950c803 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6195,7 +6195,7 @@ install an implementation package such as gwcs.") python-setuptools-scm python-wheel)) (propagated-inputs - (list python-asdf + (list python-asdf-3 python-asdf-astropy)) (home-page "https://github.com/spacetelescope/rad") (synopsis "Roman Attribute Dictionary") |