summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-04-22 23:18:44 +0300
committerChristoph Gysin2016-04-22 23:19:12 +0300
commit2812473b3851e81792dd195cce565950778b9985 (patch)
tree3684162e3e3771b011a274ac0e0f6c9818a5cd4b
parentd3a1bfd42ea543a160f296019b05c45bc10af18d (diff)
downloadaur-2812473b3851e81792dd195cce565950778b9985.tar.gz
add python dependency (for lttng-gen-tp)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e52736609864..74614c50b123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 20:11:52 UTC 2016
+# Fri Apr 22 20:18:30 UTC 2016
pkgbase = lttng-ust-git
pkgdesc = Userspace tracing library for LTTng
pkgver = 2.8.0.rc1.21.g6488ae4
@@ -15,6 +15,7 @@ pkgbase = lttng-ust-git
makedepends = xmlto
depends = liburcu>=0.7.2
depends = util-linux
+ depends = python
optdepends = babeltrace
provides = lttng-ust
conflicts = lttng-ust
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')