summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-20 09:34:15 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:13 +0200
commita35f661489dc188d4b5ef7ec7049022a86aa94b0 (patch)
treec91c0450fe7764fdb0ab954688762c1b56092af4
parent1e099d3e47bc9e0c4d757428781c78df5d09b297 (diff)
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.
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fe17dcfa52..4a9a7c3541 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7539,13 +7539,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")