mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/etmtk: REQUIRES updated for renamed python deps.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97cfcad92f
commit
9402045b5c
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=etmtk
|
||||
VERSION=${VERSION:-3.2.39}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/7d/99/927f845552c313b89d04a2a7
|
|||
MD5SUM="b52b9a851a7d8caa2f2511cb820c9f94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python2-dateutil python2-PyYAML python-ruamel.yaml"
|
||||
REQUIRES="python2-dateutil python2-PyYAML python2-ruamel.yaml"
|
||||
MAINTAINER="Jostein Berntsen"
|
||||
EMAIL="jvbernts@online.no"
|
||||
|
|
Loading…
Reference in a new issue