buildroot/package/python-flask-jsonrpc/Config.in
Sébastien Szymanski e7823ae38e 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>
2016-05-13 22:34:22 +02:00

9 lines
242 B
Plaintext

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