summaryrefslogtreecommitdiffstats
path: root/python/Kallithea
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-03-09 15:36:27 +0100
committer Willy Sudiarto Raharjo2022-03-09 15:36:27 +0100
commit0ca4f3f5febf611f9116bef0425910f41354e20e (patch)
tree5b521653d99b72b4d8496115c024290a7d3fbaf4 /python/Kallithea
parent22d581f26f9728768550193844967b9587760825 (diff)
downloadslackbuilds-0ca4f3f5febf611f9116bef0425910f41354e20e.tar.gz
python/Kallithea: Fix circular deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Kallithea')
-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 2dba383adb..818c4062dc 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 bleach python3-formencode python-importlib_metadata python3-beaker decorator python3-dulwich python3-ipaddr python3-paste python3-dateutil python3-urlobject python3-waitress python3-webhelpers2 python3-whoosh kallithea-frontend"
+REQUIRES="python3-celery python3-tgext.routes python3-gearbox python3-paginate_sqlalchemy python3-alembic python3-bcrypt python3-babel python3-backlash bleach python3-formencode python-importlib_metadata python3-beaker decorator python3-dulwich python3-ipaddr python3-paste python3-dateutil python3-urlobject python3-waitress python3-webhelpers2 python3-whoosh"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"