gnu: python-astroalign: Fix build.
* gnu/packages/astronomy.scm (python-astroalign)[native-inputs]: Add python-pytest, python-semantic-version. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6081c8699b
commit
692f24d739
@ -3886,7 +3886,12 @@ pipelines.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32 "0hly20a65540hr3l1lsd1i4d90a0vdrbwnn6zx3z8s89ha9lq3pb"))))
|
(base32 "0hly20a65540hr3l1lsd1i4d90a0vdrbwnn6zx3z8s89ha9lq3pb"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-astropy python-ccdproc python-pillow))
|
(native-inputs
|
||||||
|
(list python-astropy
|
||||||
|
python-ccdproc
|
||||||
|
python-pillow
|
||||||
|
python-pytest
|
||||||
|
python-semantic-version))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-bottleneck
|
(list python-bottleneck
|
||||||
python-numpy
|
python-numpy
|
||||||
|
Loading…
Reference in New Issue
Block a user