mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
b76bf5dcd1
commit
6e1adfa021
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue