summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-11-28 10:31:33 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-02 07:54:32 +0700
commit10c6c83e1167d18eac4a72c96de3ea57d401964e (patch)
tree8b8861020ded442d588fc56301b9aed436ccbe66
parentddc4dfe848d58d79a9bf131ce9cd76616a3259cc (diff)
downloadslackbuilds-10c6c83e1167d18eac4a72c96de3ea57d401964e.tar.gz
slackbuilds-10c6c83e1167d18eac4a72c96de3ea57d401964e.tar.xz
python/python3-Flask-WTF: fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-Flask-WTF/python3-Flask-WTF.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-Flask-WTF/python3-Flask-WTF.info b/python/python3-Flask-WTF/python3-Flask-WTF.info
index 73358f7813..eef4711f62 100644
--- a/python/python3-Flask-WTF/python3-Flask-WTF.info
+++ b/python/python3-Flask-WTF/python3-Flask-WTF.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-wtf/flask_wtf-1
MD5SUM="cbdd73ec30c7b3b887dc12026fd4954c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-hatchling Flask python3-WTForms"
+REQUIRES="Flask python3-WTForms"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"