kumquat-buildroot/package/python-flask-jsonrpc/Config.in
James Hilliard b8dbcf8c8f package/python-flask-jsonrpc: bump to version 2.2.1
Add new python-typeguard and python-typing-inspect runtime
dependencies.

Add a patch to remove invalid setup_requires.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-23 21:09:15 +02:00

10 lines
329 B
Plaintext

config BR2_PACKAGE_PYTHON_FLASK_JSONRPC
bool "python-flask-jsonrpc"
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_TYPEGUARD # runtime
select BR2_PACKAGE_PYTHON_TYPING_INSPECT # runtime
help
A basic JSON-RPC implementation for your Flask-powered sites.
https://github.com/cenobites/flask-jsonrpc