summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:12 +0100
committer Willy Sudiarto Raharjo2023-12-22 02:00:07 +0100
commit1855278d64224e9f115608b7d4318db6ad31e85d (patch)
treeb68f806aa74313d951bec307d912b67f2e1f4677
parentac097820c2c33e6ff60bb0ff65b2ba9b921b10b1 (diff)
downloadslackbuilds-1855278d64224e9f115608b7d4318db6ad31e85d.tar.gz
python/Kallithea: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/Kallithea/Kallithea.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Kallithea/Kallithea.info b/python/Kallithea/Kallithea.info
index 6b98b67911..7f8f446645 100644
--- a/python/Kallithea/Kallithea.info
+++ b/python/Kallithea/Kallithea.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-0.7.0.ta
MD5SUM="59109139636cd3323ce3cdb7bcb52ad3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-celery python3-tgext.routes python3-gearbox python3-paginate_sqlalchemy python3-alembic python3-bcrypt python3-babel python3-backlash python3-bleach python3-formencode python-importlib_metadata python3-beaker python3-decorator python3-dulwich python3-ipaddr python3-paste python3-dateutil python3-urlobject python3-waitress python3-webhelpers2 python3-whoosh"
+REQUIRES="python3-celery python3-tgext.routes python3-gearbox python3-paginate_sqlalchemy python3-alembic python3-bcrypt python3-babel python3-backlash python3-bleach python3-formencode python-importlib_metadata python3-beaker python3-decorator python3-dulwich python3-ipaddr python3-paste python3-urlobject python3-waitress python3-webhelpers2 python3-whoosh"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"