From c2c742f2ee12ffb5990d4dd9dccfce2c56060210 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 24 Oct 2025 11:07:40 +0100 Subject: [PATCH] gnu: python-quart-trio: Adjust inputs. * gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]: Remove python-hypercorn; add hypercorn. Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1 --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3f86ce395a7177c4ec5a0cf13291cf27db7ddebd..e65bb98141fde0a13aafd1647ebe8655f79d747c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -11691,8 +11691,8 @@ as Flask.") python-pytest-sugar python-pytest-trio)) (propagated-inputs - (list python-exceptiongroup - python-hypercorn + (list hypercorn + python-exceptiongroup python-quart python-trio)) (home-page "https://github.com/pgjones/quart-trio")