mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sunkit-magex: Fix tests.
* gnu/packages/astronomy.scm (python-sunkit-magex) [native-inputs]: Remove python-setuptools and python-wheel; add nss-certs-for-test and python-setuptools-next. Change-Id: I9b0e7e3be5736c34ba9811b50f2720cdb5b9ea5e
This commit is contained in:
parent
b5af78bc01
commit
637fec08e8
1 changed files with 4 additions and 4 deletions
|
@ -8495,16 +8495,16 @@ Telescope, HST}).")
|
|||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
(list nss-certs-for-test
|
||||
python-pytest
|
||||
python-pytest-arraydiff
|
||||
python-pytest-doctestplus
|
||||
python-pytest-xdist
|
||||
python-reproject
|
||||
python-setuptools
|
||||
python-setuptools-next
|
||||
python-setuptools-scm-next
|
||||
python-streamtracer
|
||||
python-sympy
|
||||
python-wheel))
|
||||
python-sympy))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-numpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue