Browse Source

Flask: now depends on python3-setuptools

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 5 years ago
parent
commit
17835f4b04
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      lang/python/Flask/Makefile

+ 3
- 2
lang/python/Flask/Makefile View File

@ -29,8 +29,9 @@ define Package/python3-flask
URL:=http://github.com/pallets/flask/
TITLE:=python3-flask
DEPENDS:=+python3-asyncio +python3-click +python3-codecs +python3-decimal \
+python3-itsdangerous +python3-jinja2 +python3-light +python3-logging \
+python3-markupsafe +python3-multiprocessing +python3-werkzeug
+python3-itsdangerous +python3-jinja2 +python3 +python3-logging \
+python3-markupsafe +python3-multiprocessing +python3-setuptools \
+python3-werkzeug
VARIANT:=python3
endef


Loading…
Cancel
Save