diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 14:33:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-09 14:33:34 -0300 |
commit | 63cb088644cd76cd84dddb0a3ed9f10613949a90 (patch) | |
tree | 740c1e878bfded6f96904e058de3d37ef8f96be7 /testing/folks/APKBUILD | |
parent | 3b8949c7d83f851763340ff3fa6285c62bba9e22 (diff) | |
download | aports-63cb088644cd76cd84dddb0a3ed9f10613949a90.tar.bz2 aports-63cb088644cd76cd84dddb0a3ed9f10613949a90.tar.xz |
testing/folks: drop tests until they are on python3
Diffstat (limited to 'testing/folks/APKBUILD')
-rw-r--r-- | testing/folks/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/folks/APKBUILD b/testing/folks/APKBUILD index 16cc34e0d7..ffaa701ca0 100644 --- a/testing/folks/APKBUILD +++ b/testing/folks/APKBUILD @@ -2,8 +2,9 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=folks pkgver=0.12.1 -pkgrel=0 +pkgrel=1 pkgdesc="GObject Library to aggregate people into metacontacts" +options="!check" # Tests require python2 url="https://wiki.gnome.org/Projects/Folks" arch="all" license="LGPL-2.1-or-later" @@ -16,7 +17,7 @@ makedepends=" telepathy-glib-dev tracker-dev vala - python2 + python3 readline-dev" options="!check" # Can only be run against installed instance subpackages="$pkgname-dev $pkgname-lang" |