diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-20 09:34:15 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:13 +0200 |
| commit | a35f661489dc188d4b5ef7ec7049022a86aa94b0 (patch) | |
| tree | c91c0450fe7764fdb0ab954688762c1b56092af4 | |
| parent | 1e099d3e47bc9e0c4d757428781c78df5d09b297 (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.scm | 5 |
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") |
