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

commit cc03cbf39b967546bd56cd583365837de281db68
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 22:17:23 2026 +0100

    gnu: python-quart-trio: Drop python-exceptiongroup propagated-input.
    
    * gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]:
    Drop python-exceptiongroup.
    
    Change-Id: I3cadb8346c717fd014d3cae88dc04660386e1fe3
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7f9291be27..298823246c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12514,7 +12514,6 @@ as Flask.")
            python-pytest-trio))
     (propagated-inputs
      (list hypercorn
-           python-exceptiongroup
            python-quart
            python-trio))
     (home-page "https://github.com/pgjones/quart-trio";)

Reply via email to