summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-04-12 23:02:42 -0400
committerEric Schulte2019-04-12 23:02:42 -0400
commit849397593ab0fc580971c19c6f1ac5ecddf8251c (patch)
treebeab4012f3b9e041a7c2483aba0457f14dab17b6
parentaa116f72130462391034255c3246b7de0c58f621 (diff)
downloadaur-849397593ab0fc580971c19c6f1ac5ecddf8251c.tar.gz
Remove Python2 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42d0f9b24acc..6505c0bc980a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = gtirb-pprinter-git
makedepends = cmake
makedepends = gtirb
makedepends = capstone
+ makedepends = graphviz
optdepends = boost: build against system boost
provides = gtirb-pprinter
source = git://github.com/grammatech/gtirb-pprinter.git
diff --git a/PKGBUILD b/PKGBUILD
index 80438dc1799a..4a2af9003216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,8 @@ url="https://github.com/grammatech/gtirb-pprinter"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()
-# python2 --- to build the docs
# graphviz -- to build the docs
-makedepends=('git' 'cmake' 'gtirb' 'capstone' 'python2' 'graphviz')
+makedepends=('git' 'cmake' 'gtirb' 'capstone' 'graphviz')
provides=('gtirb-pprinter')
source=('git://github.com/grammatech/gtirb-pprinter.git')
sha512sums=('SKIP')