summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-02-28 18:17:32 +0000
committerneeshy2020-03-07 14:29:30 -0500
commitdc49722e8c8051717fd619f43613bf4d76c37bd5 (patch)
tree76e067b5dd5287763e60098aeeefe200c3a7f5d5
parent044f31fb5c949162bb037f45709ca4f0da2affe7 (diff)
downloadaur-dc49722e8c8051717fd619f43613bf4d76c37bd5.tar.gz
hcc, hcc-git: Add back python dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c693b4fb7c..747774b0ba76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = hcc-git
license = custom:NCSAOSL
makedepends = git
makedepends = cmake
+ makedepends = python
depends = rocr-runtime
provides = hcc
conflicts = hcc
diff --git a/PKGBUILD b/PKGBUILD
index b5f37c5b97ce..7e0688a2ef58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/RadeonOpenCompute/hcc"
license=('custom:NCSAOSL')
depends=('rocr-runtime')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'python')
provides=('hcc')
conflicts=('hcc')
source=("git+https://github.com/RadeonOpenCompute/hcc.git"