gnu: python-stsynphot: Fix build.
* gnu/packages/astronomy.scm (python-stsynphot): Fix build. [native-inputs]: Add python-semantic-version. Change-Id: I72b086c6a0461293c2191e39e25b3c803279bf60master
parent
884bddc26c
commit
e586c8189b
|
@ -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
|
||||
|
|
Reference in New Issue