diff options
Diffstat (limited to 'package/python-tomako/Config.in')
-rw-r--r-- | package/python-tomako/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-tomako/Config.in b/package/python-tomako/Config.in new file mode 100644 index 0000000000..bd6d29982a --- /dev/null +++ b/package/python-tomako/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_TOMAKO + bool "python-tomako" + select BR2_PACKAGE_PYTHON_TORNADO # runtime + select BR2_PACKAGE_PYTHON_MAKO # runtime + help + Tomako is the easiest way to use Mako as a template engine for + Tornado. + + https://github.com/rcmachado/tomako |