Merge pull request #8346 from Cynerd/jinja2-missing-dep-18.06
Jinja2: add missing dependency on markupsafe
This commit is contained in:
commit
f03acaa391
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue