guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d82c06335b8da9c8d6335fa22a9c1826fb389027
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Feb 22 20:43:09 2026 +0100

    gnu: python-httpbin: Update to 0.10.2.
    
    * gnu/packages/web.scm (python-httpbin): Update to 0.10.2.
    [propagated-inputs]: Remove python-greenlet-2; add python-greenlet.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I864cbade29f19667f1479139558738f63e8a4230
---
 gnu/packages/web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 78fa46a20e..debd91717f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7341,14 +7341,13 @@ exploit attempts.")
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (propagated-inputs
      (list python-brotlicffi
            python-decorator
            python-flasgger
            python-flask
-           python-greenlet-2
+           python-greenlet
            python-itsdangerous
            python-markupsafe
            python-six

Reply via email to