rekado pushed a commit to branch python-team in repository guix. commit 8aecd0a5438055cc5ca50f08f8e6029e395bd9ab Author: Nicolas Graves <ngra...@ngraves.fr> 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 d23e1f47ea..2aa583613a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7501,13 +7501,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")