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:
Sébastien Szymanski
2016-05-11 16:07:48 +02:00
committed by Thomas Petazzoni
parent 205f80b894
commit e7823ae38e
4 changed files with 26 additions and 0 deletions

View 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