mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
python-flask-jsonrpc: new package
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - make python-flask a runtime dependency only, as noticed by Yegor Yefremov. - use setup.py as the license file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
205f80b894
commit
e7823ae38e
8
package/python-flask-jsonrpc/Config.in
Normal file
8
package/python-flask-jsonrpc/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_FLASK_JSONRPC
|
||||
bool "python-flask-jsonrpc"
|
||||
# runtime dependency
|
||||
select BR2_PACKAGE_PYTHON_FLASK
|
||||
help
|
||||
A basic JSON-RPC implementation for your Flask-powered sites.
|
||||
|
||||
https://github.com/cenobites/flask-jsonrpc
|
||||
Reference in New Issue
Block a user