diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 11:07:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 11:07:47 +0100 |
| commit | c2c742f2ee12ffb5990d4dd9dccfce2c56060210 (patch) | |
| tree | f84bc478ceb77713313403d51a545aa787f16d50 | |
| parent | cbad86a9854736eed8248ad7b172e27ffd83aa5e (diff) | |
gnu: python-quart-trio: Adjust inputs.
* gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]:
Remove python-hypercorn; add hypercorn.
Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3f86ce395a7..e65bb98141f 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") |
