Merge pull request #8347 from Cynerd/jinja2-missing-dep
Jinja2: add missing dependency on markupsafe
This commit is contained in:
commit
002ef0ad9c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Package/python3-jinja2
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
URL:=http://jinja.pocoo.org/
|
URL:=http://jinja.pocoo.org/
|
||||||
TITLE:=python3-jinja2
|
TITLE:=python3-jinja2
|
||||||
DEPENDS:=+python3-light
|
DEPENDS:=+python3-light +python3-markupsafe
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue