diff options
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 |
commit | 81fd8d4b915df52fa5decec458419ce51ba408e2 (patch) | |
tree | 20d5a9817d5ce03a1b45f4802ba9d8ebc3bcdba8 /development/alembic | |
parent | 00fb55f12022aeb26de07766b1715b478fb37216 (diff) | |
download | slackbuilds-81fd8d4b915df52fa5decec458419ce51ba408e2.tar.gz |
development/alembic: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/alembic')
-rw-r--r-- | development/alembic/alembic.info | 2 |
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" |