gnu: python-asdf-coordinates-schemas: Fix build.

* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas)
[native-inputs]: Add python-setuptools and python-wheel.
[description]: Start from a new line.

Change-Id: I32a2e74b3b90b31f73e3b3aba5f72379c30d7fc7
This commit is contained in:
Sharlatan Hellseher 2024-12-16 14:15:28 +00:00
parent c54f6c0b53
commit 0fdff11977
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5992,14 +5992,17 @@ package such as asdf-astropy.")
(native-inputs
(list python-pytest
python-pytest-xdist
python-setuptools-scm))
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-asdf))
(home-page "https://github.com/asdf-format/asdf-coordinates-schemas")
(synopsis "ASDF coordinates schemas")
(description "This package provides ASDF schemas for validating
coordinates tags. Users should not need to install this directly; instead,
install an implementation package such as asdf-astropy.")
(description
"This package provides ASDF schemas for validating coordinates tags.
Users should not need to install this directly; instead, install an
implementation package such as asdf-astropy.")
(license license:bsd-3)))
(define python-asdf-fits-schemas