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:
D Woodfall 2023-05-10 22:56:32 +01:00 committed by Willy Sudiarto Raharjo
parent 97cfcad92f
commit 9402045b5c
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=etmtk
VERSION=${VERSION:-3.2.39}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -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"