summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-04-12 23:46:51 -0400
committerEric Schulte2019-04-12 23:46:51 -0400
commit5e8d7e4c3506ea112b4b1b9225a97d19e1f80430 (patch)
treeb0ab2a1e24c51d52b15c822a87eba1361edabc4e
parent849397593ab0fc580971c19c6f1ac5ecddf8251c (diff)
downloadaur-5e8d7e4c3506ea112b4b1b9225a97d19e1f80430.tar.gz
Add python make depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6505c0bc980a..f6d80904f455 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = gtirb-pprinter-git
makedepends = cmake
makedepends = gtirb
makedepends = capstone
+ makedepends = python
makedepends = graphviz
optdepends = boost: build against system boost
provides = gtirb-pprinter
diff --git a/PKGBUILD b/PKGBUILD
index 4a2af9003216..d349b25f63da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ url="https://github.com/grammatech/gtirb-pprinter"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()
-# graphviz -- to build the docs
-makedepends=('git' 'cmake' 'gtirb' 'capstone' 'graphviz')
+makedepends=('git' 'cmake' 'gtirb' 'capstone' 'python' 'graphviz')
provides=('gtirb-pprinter')
source=('git://github.com/grammatech/gtirb-pprinter.git')
sha512sums=('SKIP')