main/telepathy-mission-control: fix armv7 build

Add python2 to makedepends, so it builds in strict mode for armv7.
Otherwise it would fail with:

checking whether /usr/bin/python2 version >= 2.6... configure: error: too old
This commit is contained in:
Oliver Smith 2019-01-15 09:44:16 +01:00
parent 093cc7d002
commit 82d9c87d4f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -8,7 +8,7 @@ url="http://telepathy.freedesktop.org/wiki/"
license="LGPL"
pkgdesc="Account Manager and Channel Dispatcher based on telepathy-glib"
depends=""
depends_dev="telepathy-glib-dev gstreamer-dev"
depends_dev="telepathy-glib-dev gstreamer-dev python2"
makedepends="$depends_dev libxslt-dev dbus"
source="https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev $pkgname-doc"