kumquat-buildroot/package/python-aiomonitor/Config.in
James Hilliard 7ff27f44ac package/python-aiomonitor: bump to version 0.7.0
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>
2024-01-04 22:35:37 +01:00

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