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:
Sharlatan Hellseher 2025-09-18 13:11:32 +01:00
parent d460e33a11
commit 90f6bdb48f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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