aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 15:58:40 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2020-05-31 15:58:40 +0200
commit3c51109b93ddc07908a25a8c3ff681fc2229daff (patch)
tree755d738362d3cb46047774062baef6e2871aeb33
parent18b7a4c22f4aa7ee7d5d78abbfaddbecae518a60 (diff)
downloadalpine_aports-3c51109b93ddc07908a25a8c3ff681fc2229daff.tar.bz2
alpine_aports-3c51109b93ddc07908a25a8c3ff681fc2229daff.tar.xz
alpine_aports-3c51109b93ddc07908a25a8c3ff681fc2229daff.zip
community/telepathy-mission-control: use python3
Builds fine with python3. See #11577
-rw-r--r--community/telepathy-mission-control/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/telepathy-mission-control/APKBUILD b/community/telepathy-mission-control/APKBUILD
index 27c6829fc9..50a14c9ff4 100644
--- a/community/telepathy-mission-control/APKBUILD
+++ b/community/telepathy-mission-control/APKBUILD
@@ -2,12 +2,12 @@
2# Maintainer: Rasmus Thomsen <oss@cogitri.dev> 2# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
3pkgname=telepathy-mission-control 3pkgname=telepathy-mission-control
4pkgver=5.16.5 4pkgver=5.16.5
5pkgrel=0 5pkgrel=1
6pkgdesc="An account manager and channel dispatcher for the Telepathy framework" 6pkgdesc="An account manager and channel dispatcher for the Telepathy framework"
7url="https://telepathy.freedesktop.org" 7url="https://telepathy.freedesktop.org"
8arch="all" 8arch="all"
9license="LGPL-2.1-or-later" 9license="LGPL-2.1-or-later"
10makedepends="python2 libxslt dbus-dev dbus-glib-dev telepathy-glib-dev glib-dev 10makedepends="python3 libxslt dbus-dev dbus-glib-dev telepathy-glib-dev glib-dev
11 networkmanager-dev" 11 networkmanager-dev"
12subpackages="$pkgname-dev $pkgname-doc" 12subpackages="$pkgname-dev $pkgname-doc"
13source="http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-$pkgver.tar.gz" 13source="http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-$pkgver.tar.gz"