1config BR2_PACKAGE_PYTHON_AIOHTTP_DEBUGTOOLBAR 2 bool "python-aiohttp-debugtoolbar" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_AIOHTTP # runtime 5 select BR2_PACKAGE_PYTHON_AIOHTTP_JINJA2 # runtime 6 help 7 debugtoolbar for aiohttp. 8 9 https://github.com/aio-libs/aiohttp_debugtoolbar 10