libraries/Geraldo: Update REQUIRES for python2-reportlab.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4fe9b48a9c
commit
c2fdb4dbcc
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue