diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:17:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:17:51 +0700 |
commit | 2d798bde0de25d23b5008f7fc864f4655004f479 (patch) | |
tree | 83c7ddc89a309fd0ee7df8479b0bf4db918be322 | |
parent | e83f0cc54c960c8cdc9b2bb06ca723d91c316d62 (diff) |
python/Kallithea: Fix dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/Kallithea/Kallithea.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Kallithea/Kallithea.info b/python/Kallithea/Kallithea.info index bbaac63f38c0..6b98b679115e 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 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-dateutil python3-urlobject python3-waitress python3-webhelpers2 python3-whoosh" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |