summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2016-04-22 23:18:44 +0300
committerChristoph Gysin2016-04-22 23:19:12 +0300
commit2812473b3851e81792dd195cce565950778b9985 (patch)
tree3684162e3e3771b011a274ac0e0f6c9818a5cd4b /PKGBUILD
parentd3a1bfd42ea543a160f296019b05c45bc10af18d (diff)
downloadaur-2812473b3851e81792dd195cce565950778b9985.tar.gz
add python dependency (for lttng-gen-tp)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c59b737062f..38af59f786d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Userspace tracing library for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('GPL2' 'LGPL2.1')
-depends=('liburcu>=0.7.2' 'util-linux')
+depends=('liburcu>=0.7.2' 'util-linux' 'python')
makedepends=('git' 'asciidoc' 'xmlto')
provides=('lttng-ust')
conflicts=('lttng-ust')