From 383e67a38881801ac77bdb657ba05bd0ddab30b5 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 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")