Merge pull request #8346 from Cynerd/jinja2-missing-dep-18.06

Jinja2: add missing dependency on markupsafe
This commit is contained in:
Daniel Golle 2019-03-05 19:05:35 +01:00 committed by GitHub
commit f03acaa391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ define Package/python3-jinja2
SUBMENU:=Python
URL:=http://jinja.pocoo.org/
TITLE:=python3-jinja2
DEPENDS:=+python3-light
DEPENDS:=+python3-light +python3-markupsafe
VARIANT:=python3
endef