libraries/Geraldo: Update REQUIRES for python2-reportlab.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lionel Young 2022-11-05 15:05:45 +00:00 committed by Willy Sudiarto Raharjo
parent 4fe9b48a9c
commit c2fdb4dbcc
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Geraldo
VERSION=${VERSION:-0.4.12}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/G/Geraldo/Geraldo-0.4.12-stabl
MD5SUM="26e164f4cd3bd28468139f15420fa053"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="reportlab"
REQUIRES="python2-reportlab"
MAINTAINER="Lionel Young"
EMAIL="redtricycle@gmail.com"