gnu: python-cobaya: Fix build.

* gnu/packages/astronomy.scm (python-cobaya)[propagated-inputs]: Add
python-requests.
[native-inputs]: Remove python-wheel.

Change-Id: I029e69a6a4a9933191ee4b9e71f3af94c68bff2d
This commit is contained in:
Sharlatan Hellseher 2025-09-24 23:38:53 +01:00
parent b76bf5dcd1
commit 6e1adfa021
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3460,8 +3460,7 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and
(list python-flaky
python-pytest
python-pytest-xdist
python-setuptools
python-wheel))
python-setuptools))
(propagated-inputs
(list python-dill
python-fuzzywuzzy
@ -3472,6 +3471,7 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and
python-portalocker
python-py-bobyqa
python-pyyaml
python-requests
python-scipy
python-tqdm
python-typing-extensions))