summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-07-24 11:51:44 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-25 16:55:59 +0700
commit81fd8d4b915df52fa5decec458419ce51ba408e2 (patch)
tree20d5a9817d5ce03a1b45f4802ba9d8ebc3bcdba8
parent00fb55f12022aeb26de07766b1715b478fb37216 (diff)
downloadslackbuilds-81fd8d4b915df52fa5decec458419ce51ba408e2.tar.gz
slackbuilds-81fd8d4b915df52fa5decec458419ce51ba408e2.tar.xz
development/alembic: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/alembic/alembic.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/alembic/alembic.info b/development/alembic/alembic.info
index 84eedcc147..3b557f516c 100644
--- a/development/alembic/alembic.info
+++ b/development/alembic/alembic.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6f/42/48447bf41287bc577e4f340e
MD5SUM="6fe272274fce2641b93998ef9b702b76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="SQLAlchemy MarkupSafe python2-editor python-dateutil"
+REQUIRES="SQLAlchemy MarkupSafe python2-editor python2-dateutil"
MAINTAINER="Chris Walker"
EMAIL="kris240376@gmail.com"