me
/
guix
Archived
1
0
Fork 0

gnu: python-stsynphot: Fix build.

* gnu/packages/astronomy.scm (python-stsynphot): Fix build.
[native-inputs]: Add python-semantic-version.

Change-Id: I72b086c6a0461293c2191e39e25b3c803279bf60
master
Sharlatan Hellseher 2024-01-15 20:15:54 +00:00
parent 884bddc26c
commit e586c8189b
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 2 deletions

View File

@ -3036,8 +3036,11 @@ implementing calibration pipeline software.")
python-numpy
python-scipy
python-synphot))
(native-inputs (list python-pytest python-pytest-astropy
python-pytest-astropy-header python-setuptools-scm))
(native-inputs (list python-pytest
python-pytest-astropy
python-pytest-astropy-header
python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stsynphot_refactor")
(synopsis "Synthetic photometry using Astropy for HST and JWST")
(description