summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-18 22:17:23 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:37 +0100
commit383e67a38881801ac77bdb657ba05bd0ddab30b5 (patch)
tree3d1fbf7a9d5567126fb96bdea7c7d647867d5c69 /gnu
parent7da791ec1efb5473c2bcb7f48ee7c5b2efd9ea8b (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6d710663d9a..0d60fdecc50 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")