[bug#76436,python-team,v2,4/4] gnu: python-uvicorn: Rename python-watchgod native-input.

Message ID 87v7t5nfad.fsf@ngraves.fr
State New
Headers
Series Update and rename python-watchgod |

Commit Message

Nicolas Graves Feb. 20, 2025, 8:34 a.m. UTC
  * 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(-)
  

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 27452efdb7..5bed528e95 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7367,13 +7367,14 @@  (define-public python-uvicorn
            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")