Merge pull request #8347 from Cynerd/jinja2-missing-dep

Jinja2: add missing dependency on markupsafe
This commit is contained in:
Daniel Golle 2019-03-05 19:05:19 +01:00 committed by GitHub
commit 002ef0ad9c
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