From 11ab5e6fe367de20fce41d919ef3f7ad145bb89b 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. Change-Id: Id5b27d63b4e9ff6ee0c9b5dfb3731218672840dd Signed-off-by: Sharlatan Hellseher --- 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 0d60fdecc50..09b1c6a7cee 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5287,9 +5287,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