diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-15 16:28:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:08 +0700 |
commit | 249081cb2181d2d2c07c2adefdd623777dda191c (patch) | |
tree | 1abf5e7d9a614c79d6d6376fdd3632af86682344 /python/Kallithea/Kallithea.info | |
parent | 251c959af2ce2c7ad548d5ef74989be6462a9683 (diff) |
python/Kallithea: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Kallithea/Kallithea.info')
-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 ca6ef871bc797..304a96df7a414 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.4.1.ta MD5SUM="73b9fd1aa456313d004e342398735580" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy babel python-dateutil Markdown dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" +REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy babel python2-dateutil Markdown dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |