aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-keyring
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 13:08:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-23 13:08:47 -0300
commit6d93509faa2cb0a0b53d4936143963a032927b27 (patch)
tree3c40ea6156415c5bfe5a3bc71d6be82f3af27811 /community/gnome-keyring
parentf640204059fcb614c7cea438a54e5a4ed75bc330 (diff)
community/gnome-keyring: use python3 to run the testsuite
Diffstat (limited to 'community/gnome-keyring')
-rw-r--r--community/gnome-keyring/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD
index 5db086a1697..0025b924d6d 100644
--- a/community/gnome-keyring/APKBUILD
+++ b/community/gnome-keyring/APKBUILD
@@ -10,7 +10,7 @@ license="GPL-2.0-only LGPL-2.0-only"
makedepends="gtk+3.0-dev gcr-dev libcap-ng-dev linux-pam-dev
intltool gobject-introspection-dev gtk-doc libxslt
openssh-client libgcrypt-dev"
-checkdepends="python dbus-x11 xvfb-run"
+checkdepends="python3 dbus-x11 xvfb-run"
options="!check" # Gets stuck on CI
subpackages="$pkgname-lang $pkgname-doc"
source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz"