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:
Sharlatan Hellseher 2023-07-27 00:15:48 +01:00 committed by Andreas Enge
parent 6081c8699b
commit 692f24d739
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3886,7 +3886,12 @@ (define-public python-astroalign
(sha256
(base32 "0hly20a65540hr3l1lsd1i4d90a0vdrbwnn6zx3z8s89ha9lq3pb"))))
(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
(list python-bottleneck
python-numpy