python/python3-Flask-RESTful: Change to Flask.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-05-27 07:45:29 +07:00
parent 0a6e0bd2ef
commit 3a8ba82562
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/2f/d6/4dca88aa42124fe372cf21a1
MD5SUM="a7217ef1159be38af5faf61aa09aabef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="aniso8601 python3-Flask pytz"
REQUIRES="aniso8601 Flask pytz"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"