graphics/openimageio: Remove requires tbb

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2023-07-22 18:22:27 +10:00 committed by Willy Sudiarto Raharjo
parent aee3114cd7
commit 2a64a11909
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for openimageio
# Copyright 2015-2022 Christoph Willing Brisbane, Australia
# Copyright 2015-2023 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@ PRGNAM=openimageio
SRCNAM=oiio-Release
VERSION=${VERSION:-2.2.21.0}
FMT=${FMT:-"fmt-7.1.3"}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -7,6 +7,6 @@ MD5SUM="788954e30c7110dfb5a077a58f2ac3ab \
2522ec65070c0bda0ca288677ded2831"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opencolorio robin-map dcmtk tbb hdf5"
REQUIRES="opencolorio robin-map dcmtk hdf5"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"