mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
c54f6c0b53
commit
0fdff11977
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue