summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-02-17 20:56:18 +0100
committerbartus2019-02-17 20:56:18 +0100
commitf8fde4039e733757a41d4b359c954fed738a2539 (patch)
tree5e57e8e058354be21af389b759615aaac7c46e3e /PKGBUILD
parent29252c4031e82d88b7d3509d6f0ec11ef692673c (diff)
downloadaur-f8fde4039e733757a41d4b359c954fed738a2539.tar.gz
add python dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca9f600b3f6e..a46e1cd0b7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Intel(R) Open Image Denoise library"
arch=('x86_64')
url="http://www.openimagedenoise.org/"
license=('Apache')
-depends=(intel-tbb)
+depends=(intel-tbb python)
makedepends=(git cmake)
source=("${pkgname}::git+https://github.com/OpenImageDenoise/oidn.git${_fragment}"
"git+https://github.com/OpenImageDenoise/mkl-dnn.git"