1config BR2_PACKAGE_PYTHON_TOMAKO 2 bool "python-tomako" 3 depends on BR2_PACKAGE_PYTHON3 # python-tornado 4 select BR2_PACKAGE_PYTHON_TORNADO # runtime 5 select BR2_PACKAGE_PYTHON_MAKO # runtime 6 help 7 Tomako is the easiest way to use Mako as a template engine for 8 Tornado. 9 10 https://github.com/rcmachado/tomako 11