b8dbcf8c8f
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>
10 lines
329 B
Plaintext
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
|