python/sqlalchemy-migrate: REQUIRES update

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-11-08 11:46:16 +01:00 committed by Willy Sudiarto Raharjo
parent 203095f505
commit 81b95c063a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sqlalchemy-migrate
VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee3
MD5SUM="86572c92ae84334907f5e3a2cecc92a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-pbr SQLAlchemy decorator sqlparse tempita"
REQUIRES="python2-pbr SQLAlchemy python3-decorator sqlparse tempita"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"