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:
parent
f6b001be16
commit
207065aa6e
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue