diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-24 23:38:53 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:02 +0100 |
| commit | 6e1adfa0213efae5265d4ab5aa4accdf9ec1a6bd (patch) | |
| tree | 37cba92e1fe17e25adbd3cf903e04b9b77bbf965 | |
| parent | b76bf5dcd1cdc245e79d19159934c30c93692d40 (diff) | |
gnu: python-cobaya: Fix build.
* gnu/packages/astronomy.scm (python-cobaya)[propagated-inputs]: Add
python-requests.
[native-inputs]: Remove python-wheel.
Change-Id: I029e69a6a4a9933191ee4b9e71f3af94c68bff2d
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1d56773c353..6b77c13e1ab 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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)) |
