sharlatan pushed a commit to branch python-team
in repository guix.
commit f8b8f792dcced0e7440cb1c7470c4892aa79cade
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 20 09:34:15 2025 +0100
gnu: python-uvicorn: Rename python-watchgod native-input.
* gnu/packages/python-web.scm (python-uvicorn)[native-inputs]: Rename
python-watchgod to python-watchfiles. Add python-a2wsgi.
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f448246a14..79b4676b3b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7504,13 +7504,14 @@ and fairly speedy.")
python-trustme
python-wsproto))
(propagated-inputs
- (list python-click
+ (list python-a2wsgi
+ python-click
python-dotenv
python-h11
python-httptools
python-pyyaml
python-uvloop
- python-watchgod
+ python-watchfiles
python-websockets))
(home-page "https://github.com/encode/uvicorn")
(synopsis "Fast ASGI server implementation")