diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-05 05:24:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-05 05:48:12 -0300 |
commit | 700cb8375bf74e2f04e450804b4df291930a878c (patch) | |
tree | 603ce4aeaf721b35d7df63b3a4b8601be132da2b /testing/gnome-authenticator | |
parent | c676680b0a2b82dc7f8f6f07b23fcd6d249ccd80 (diff) | |
download | aports-700cb8375bf74e2f04e450804b4df291930a878c.tar.bz2 aports-700cb8375bf74e2f04e450804b4df291930a878c.tar.xz |
testing/gnome-authenticator: depend on libhandy
Traceback (most recent call last):
File "/usr/bin/authenticator", line 31, in <module>
require_version("Handy", "0.0")
File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Handy not available
Diffstat (limited to 'testing/gnome-authenticator')
-rw-r--r-- | testing/gnome-authenticator/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnome-authenticator/APKBUILD b/testing/gnome-authenticator/APKBUILD index 926d6dd252..0a33c6b110 100644 --- a/testing/gnome-authenticator/APKBUILD +++ b/testing/gnome-authenticator/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-authenticator pkgver=3.32.2 -pkgrel=0 +pkgrel=1 pkgdesc="A Two-Factor Authentication application" url="https://gitlab.gnome.org/World/Authenticator" arch="noarch" license="GPL-3.0-only" depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-favicon py3-pyzbar - py3-yoyo-migrations" + py3-yoyo-migrations libhandy" makedepends="meson gtk+3.0-dev libsecret-dev zbar-dev gobject-introspection-dev" checkdepends="appstream-glib desktop-file-utils" subpackages="$pkgname-lang" |