7ff27f44ac
Add new runtime dependencies: - python-attrs - python-aiohttp - python-click - python-janus - python-trafaret - python-typing-extensions - python-prompt-toolkit Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
667 B
Plaintext
18 lines
667 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOMONITOR
|
|
bool "python-aiomonitor"
|
|
select BR2_PACKAGE_PYTHON_AIOCONSOLE # runtime
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_JANUS # runtime
|
|
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
|
select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
|
|
select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime
|
|
select BR2_PACKAGE_PYTHON_TRAFARET # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
aiomonitor adds monitor and python REPL capabilities for
|
|
asyncio application.
|
|
|
|
https://github.com/aio-libs/aiomonitor
|