python/Flask: fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d5986c20c2
commit
76305f411c
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask/flask-2.3.3.tar
|
|||
MD5SUM="87c2f9544380d251e7054b960547ee7f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="werkzeug python3-itsdangerous click python-importlib_metadata python3-blinker"
|
||||
REQUIRES="werkzeug python3-itsdangerous click python3-blinker"
|
||||
MAINTAINER="fourtysixandtwo"
|
||||
EMAIL="fourtysixandtwo@sliderr.net"
|
||||
|
|
Loading…
Reference in New Issue