diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-18 03:54:04 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:27 +0100 |
| commit | 668b893e09d2ee073593a9361a1ffae668352f99 (patch) | |
| tree | 8e9b97358294584ae7f7bb90f129b438ba9b1ea0 | |
| parent | 42d6437f50e91315ca4fd9a449a6f1210a3441ce (diff) | |
gnu: python-sanic-bootstrap: Remove python-wheel.
* gnu/packages/python-web.scm (python-sanic-bootstrap):
[native-inputs]: Remove python-wheel.
Relates-to: guix/guix!10013
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0f5f860fda1..fddcda517bc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -12528,7 +12528,7 @@ fast. It allows the usage of the @code{async/await} syntax added in Python | |||
| 12528 | (inherit python-sanic) | 12528 | (inherit python-sanic) |
| 12529 | (name "python-sanic-bootstrap") | 12529 | (name "python-sanic-bootstrap") |
| 12530 | (arguments (list #:tests? #f)) | 12530 | (arguments (list #:tests? #f)) |
| 12531 | (native-inputs (list python-setuptools python-wheel)))) | 12531 | (native-inputs (list python-setuptools)))) |
| 12532 | 12532 | ||
| 12533 | (define-public python-socketio | 12533 | (define-public python-socketio |
| 12534 | (package | 12534 | (package |
