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: Adjust inputs.

* gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]:
Remove python-hypercorn; add hypercorn.

Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1
This commit is contained in:
Sharlatan Hellseher
2025-10-24 11:07:40 +01:00
parent cbad86a985
commit c2c742f2ee

View File

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