Browse Source
Jinja2: add missing dependency on markupsafe
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
lilik-openwrt-22.03
Karel Kočí
6 years ago
No known key found for this signature in database
GPG Key ID: D83BD732AC2BD828
1 changed files with
1 additions and
1 deletions
-
lang/python/Jinja2/Makefile
|
@ -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 |
|
|
|
|
|
|
|
|