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