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
3b1462f590
commit
843b73bb1e
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ Astropy objects.")
|
|||
(delete 'sanity-check))))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-importlib-metadata
|
||||
python-numpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue