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

commit 11ab5e6fe367de20fce41d919ef3f7ad145bb89b
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 21:40:09 2026 +0100

    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 <[email protected]>
---
 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 0d60fdecc5..09b1c6a7ce 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

Reply via email to