diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 13:08:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 13:08:47 -0300 |
commit | 6d93509faa2cb0a0b53d4936143963a032927b27 (patch) | |
tree | 3c40ea6156415c5bfe5a3bc71d6be82f3af27811 /community/gnome-keyring | |
parent | f640204059fcb614c7cea438a54e5a4ed75bc330 (diff) | |
download | aports-6d93509faa2cb0a0b53d4936143963a032927b27.tar.bz2 aports-6d93509faa2cb0a0b53d4936143963a032927b27.tar.xz |
community/gnome-keyring: use python3 to run the testsuite
Diffstat (limited to 'community/gnome-keyring')
-rw-r--r-- | community/gnome-keyring/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD index 5db086a169..0025b924d6 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" |