From faf75322f8f6e2b3f01ae4b8cb6c19d3d5eeedcf Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 22 Feb 2026 20:43:09 +0100 Subject: [PATCH] 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 420b1434aec..b47442e6e93 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7617,14 +7617,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