1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-01-18 22:17:23 +01:00
committed by Andreas Enge
parent 7da791ec1e
commit 383e67a388

View File

@@ -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")