Commit afae45bb authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

python-jinja2: needs markupsafe at runtime



Otherwise import fails:

ImportError: No module named markupsafe

Reported-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 771f8d4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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