buildrootschalter/package/python-jinja2/Config.in
Peter Korsgaard afae45bb83 python-jinja2: needs markupsafe at runtime
Otherwise import fails:

ImportError: No module named markupsafe

Reported-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-17 16:55:47 +01:00

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/