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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6424,6 +6424,13 @@ (define-public python-sanic
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")