mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ of the old packages.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-numpy
|
(list python-numpy
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools-scm))
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf
|
(list python-asdf
|
||||||
python-blosc
|
python-blosc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue