diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-02 20:15:39 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 21:01:42 +0000 |
commit | 8e0e3b4f7993609f33abe82a60cdd404bada727a (patch) | |
tree | eb12e92daaea52db59ad7411da0b60e666962e57 /gnu/packages/web.scm | |
parent | 71b95198528e0ebffec421b766b8efd79322160c (diff) |
gnu: python-httpbin: Fix build.
Fix regression introduced after update python-greenlet, see
<https://ci.guix.gnu.org/build/6720907/log/raw>.
* gnu/packages/web.scm (python-httpbin) [propagated-inputs]: Remove
duplicated python-greenlet and python-greenlet; add python-greenlet-2.
Change-Id: I4d8736e1b8ebd5fa4aeca8947ac4a8c5620387ab
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1136616802..768a55bcfa 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6955,8 +6955,7 @@ exploit attempts.") python-decorator python-flasgger python-flask - python-greenlet - python-greenlet + python-greenlet-2 python-itsdangerous python-markupsafe python-six |