1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 01:30:29 +02:00

gnu: Add python-sanic-bootstrap.

* gnu/packages/python-web.scm (python-sanic-bootstrap): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Lars-Dominik Braun
2022-04-27 09:49:13 +02:00
committed by Maxim Cournoyer
parent f6b001be16
commit 207065aa6e

View File

@@ -6424,6 +6424,13 @@ that's written to go fast. It allows the usage of the
your code non-blocking and speedy.")
(license license:expat)))
(define-public python-sanic-bootstrap
(package
(inherit python-sanic)
(name "python-sanic-bootstrap")
(arguments (list #:tests? #f))
(native-inputs '())))
(define-public python-socketio
(package
(name "python-socketio")