From cff462922a3f4fe78e633dcd7026e1af7585d278 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. --- 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")