mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf-astropy: Adjust native inputs.
* gnu/packages/astronomy.scm (python-asdf-astropy)[native-inputs]: Remove python-wheel; add python-pytest-asdf-plugin. Change-Id: I8d23eb286c80c4b87527f6a5d66f4dc130556a7c
This commit is contained in:
parent
4235518333
commit
4aa71f5e69
1 changed files with 2 additions and 2 deletions
|
@ -2054,12 +2054,12 @@ implementation of the ASDF Standard.")
|
||||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
python-pytest-asdf-plugin
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-scipy
|
python-scipy
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf
|
(list python-asdf
|
||||||
python-asdf-coordinates-schemas
|
python-asdf-coordinates-schemas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue