1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 08:15:54 +02:00

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
+2 -2
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))