guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 74a4b00c634a41522304d75a798c21bd7c111077
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 6d710663d9..0d60fdecc5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12515,7 +12515,6 @@ as Flask.")
python-pytest-trio))
(propagated-inputs
(list hypercorn
- python-exceptiongroup
python-quart
python-trio))
(home-page "https://github.com/pgjones/quart-trio")