mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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:
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.")
|
your code non-blocking and speedy.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-socketio
|
||||||
(package
|
(package
|
||||||
(name "python-socketio")
|
(name "python-socketio")
|
||||||
|
|
Loading…
Reference in a new issue