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-numpy
|
||||||
python-scipy
|
python-scipy
|
||||||
python-synphot))
|
python-synphot))
|
||||||
(native-inputs (list python-pytest python-pytest-astropy
|
(native-inputs (list python-pytest
|
||||||
python-pytest-astropy-header python-setuptools-scm))
|
python-pytest-astropy
|
||||||
|
python-pytest-astropy-header
|
||||||
|
python-semantic-version
|
||||||
|
python-setuptools-scm))
|
||||||
(home-page "https://github.com/spacetelescope/stsynphot_refactor")
|
(home-page "https://github.com/spacetelescope/stsynphot_refactor")
|
||||||
(synopsis "Synthetic photometry using Astropy for HST and JWST")
|
(synopsis "Synthetic photometry using Astropy for HST and JWST")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue