From 51bf5c63e2033067c1b5092d9b95536291051b8d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 21:40:09 +0100 Subject: [PATCH] gnu: hypercorn: Drop uneeded propagated-inputs. * gnu/packages/python-xyz.scm (hypercorn)[propagated-inputs]: Drop python-exceptiongroup, python-taskgroup. --- gnu/packages/python-web.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index bf511e10929..b7ae2142915 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5286,9 +5286,7 @@ RFC6455, regardless of your programming paradigm.") (base32 "13v6cy4frvnddv9zak06a4lmwxp121hjyfrlapxfmb7m3i8qrm02")))) (build-system pyproject-build-system) ;; Propagate because Hypercorn also exposes functionality over a module. - (propagated-inputs (list python-exceptiongroup - python-h11 - python-taskgroup + (propagated-inputs (list python-h11 python-h2 python-priority python-tomli