summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Dewar2019-07-10 18:31:54 +0100
committerAlex Dewar2019-07-10 18:31:54 +0100
commit97a154e167ba49db0d4fe96527f9a3931553e7ca (patch)
tree646dc8c557af5c8f41c1ff9177ccdcaf7dde191b /PKGBUILD
parent31c7fa9188dd09d75a704a8ed30c7840838cf6fe (diff)
downloadaur-brahms-git.tar.gz
Missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd53b41f5ca3..ae5ce010f7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="The BRAHMS simulation execution engine"
arch=(i686 x86_64)
url="https://github.com/BRAHMS-SystemML/brahms"
groups=()
-depends=(zlib)
+depends=(python zlib)
makedepends=(git cmake)
provides=("brahms")
conflicts=("brahms")