diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-15 20:15:54 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-24 22:24:38 +0000 |
commit | e586c8189bfe75f4909615e52ac6a9ae518d6e59 (patch) | |
tree | a6d0ef6e92d73889c86f51745627f94e76ea24c8 | |
parent | 884bddc26cd2136abd3f90792de519a4ddbc9b6e (diff) | |
download | guix-e586c8189bfe75f4909615e52ac6a9ae518d6e59.tar.gz |
gnu: python-stsynphot: Fix build.
* gnu/packages/astronomy.scm (python-stsynphot): Fix build. [native-inputs]: Add python-semantic-version. Change-Id: I72b086c6a0461293c2191e39e25b3c803279bf60
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 30f99dea5f..a8fc73743b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |