diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 14:33:20 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:25 +0100 |
| commit | 871baf04c63981d9651a78e392f521f5a9681d97 (patch) | |
| tree | 7dec2294759e5ffa581ac87b1277df2fe6488055 /gnu/packages/python-web.scm | |
| parent | 2b2e03590c3889167f10994a9bbd18b60e020107 (diff) | |
gnu: Remove python-hypercorn.
* gnu/packages/python-web.scm (python-hypercorn): Delete variable.
Change-Id: I8718d0984ba3d2f3450cd6d7209a2fd8bf857d34
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4be8609056b..a4f3aaceb72 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5305,9 +5305,6 @@ WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. It can utilise asyncio, uvloop, or trio worker types.") (license license:expat))) -(define-deprecated-package python-hypercorn - hypercorn) - (define-public python-querystring-parser (package (name "python-querystring-parser") |
