From 95ca49aaf5b48bd8bd189e9cfe51c92dee2825eb Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 18 Jan 2026 22:17:23 +0100 Subject: [PATCH] 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 --- 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 6b1e178511f..bf511e10929 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")