mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-acstools: Add missing inputs.
* gnu/packages/astronomy.scm (python-acstools) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia0bcc0ada21e79b4460f24d9308035f0dc2dc127
This commit is contained in:
parent
814d4cae7b
commit
0656644af7
1 changed files with 8 additions and 6 deletions
|
@ -1489,17 +1489,19 @@ model-fitting photometry or morphological analyses.")
|
|||
(sha256
|
||||
(base32 "0kc1lwr160awk3rq44iav2bk8b9w7vw4q6dd1s035yb442cqz0qh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-ci-watson
|
||||
python-pytest
|
||||
python-pytest-astropy-header
|
||||
python-pytest-remotedata
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-numpy
|
||||
python-pyyaml
|
||||
python-requests))
|
||||
(native-inputs
|
||||
(list python-ci-watson
|
||||
python-pytest
|
||||
python-setuptools-scm
|
||||
python-pytest-astropy-header
|
||||
python-pytest-remotedata))
|
||||
(home-page "https://github.com/spacetelescope/acstools")
|
||||
(synopsis "Hubble Space Telescope Advanced Camera for Surveys Tools")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue