This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_MAKO
bool "python-aiohttp-mako"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
select BR2_PACKAGE_PYTHON_MAKO # runtime
help
mako template renderer for aiohttp.web (http server for
asyncio).
https://github.com/aio-libs/aiohttp-mako/