mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-asdf-compression: Fix build.
* gnu/packages/astronomy.scm (python-asdf-compression) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib077d9d7448fe3ad52e8697ca64caa62081434d0
This commit is contained in:
parent
18bb90665c
commit
c54f6c0b53
1 changed files with 3 additions and 1 deletions
|
@ -5883,7 +5883,9 @@ (define-public python-asdf-compression
|
|||
(native-inputs
|
||||
(list python-numpy
|
||||
python-pytest
|
||||
python-setuptools-scm))
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-blosc
|
||||
|
|
Loading…
Reference in a new issue