afae45bb83
Otherwise import fails: ImportError: No module named markupsafe Reported-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
config BR2_PACKAGE_PYTHON_JINJA2
|
|
bool "python-jinja2"
|
|
select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
|
|
help
|
|
Jinja2 is a template engine written in pure Python. It
|
|
provides a Django inspired non-XML syntax but supports
|
|
inline expressions and an optional sandboxed environment.
|
|
|
|
http://jinja.pocoo.org/
|