rekado pushed a commit to branch python-team
in repository guix.

commit d41af8dcd201d083b0e799c6321ea60bfe7d8223
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 d27d7c85e4..2e466411ac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7487,13 +7487,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")

Reply via email to