summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-04-22 23:17:03 +0300
committerChristoph Gysin2016-04-22 23:17:03 +0300
commitbdfc685ba150eea2a0cae54158935405a9528c95 (patch)
tree69d0283966459b61ad1700a431b55a4aad5c94c3
parent085c542c67c7b3a96cffdd99f3e279193ac8dc9a (diff)
downloadaur-bdfc685ba150eea2a0cae54158935405a9528c95.tar.gz
add python dependency (for lttng-gen-tp)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d2f4f5db0f..d4611f8805f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Apr 22 20:16:31 UTC 2016
pkgbase = lttng-ust
pkgdesc = Userspace tracing library for LTTng
pkgver = 2.7.1
@@ -11,6 +13,7 @@ pkgbase = lttng-ust
license = MIT
depends = liburcu>=0.7.2
depends = util-linux
+ depends = python
optdepends = babeltrace
options = !libtool
source = http://lttng.org/files/lttng-ust/lttng-ust-2.7.1.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 16fc87c38679..06f3803c5fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Userspace tracing library for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('LGPL2.1' 'GPL2' 'MIT')
-depends=('liburcu>=0.7.2' 'util-linux')
+depends=('liburcu>=0.7.2' 'util-linux' 'python')
optdepends=('babeltrace')
options=('!libtool')
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)