summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Schulte2019-04-12 23:45:56 -0400
committerEric Schulte2019-04-12 23:45:56 -0400
commit43d983920729cd8b2c3b837dc8517df06c243a5c (patch)
treecdc8a89b2da65a93e509732ee9e09c36bf490525 /PKGBUILD
parenta6b2ac2ee876a948c1e9362b2b37e8c41ccd639e (diff)
downloadaur-43d983920729cd8b2c3b837dc8517df06c243a5c.tar.gz
Add python make depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86bc490d73bb..c10219d1eb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
optdepends=('boost: build against system boost')
depends=()
# graphviz -- to build the docs
-makedepends=('git' 'cmake' 'graphviz')
+makedepends=('git' 'cmake' 'python' 'graphviz')
provides=('gtirb')
source=('git://github.com/grammatech/gtirb.git')
sha512sums=('SKIP')