mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf-bootstrap: Adjust native inputs.
* gnu/packages/astronomy.scm (python-asdf-bootstrap)[native-inputs]: Remove python-wheel; add python-setuptools-scm. Change-Id: I64bf50dac3c40f22754120e3f8b0658ca907909c
This commit is contained in:
parent
d460e33a11
commit
90f6bdb48f
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ Astropy objects.")
|
||||||
(delete 'sanity-check))))
|
(delete 'sanity-check))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools
|
(list python-setuptools
|
||||||
python-wheel))
|
python-setuptools-scm))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-importlib-metadata
|
(list python-importlib-metadata
|
||||||
python-numpy
|
python-numpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue