aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-01 10:41:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-01 10:41:49 -0300
commit7cbd54c2ff45fce319755e0a52a8fd7cf942683b (patch)
tree66b325be9ac0d54253b9b86c43f4364029d94708
parent8cf106226fef34bedba0c50e5bae43c54f9c7c20 (diff)
community/gnome-authenticator: add missing dep on py3-setuptools
fixes #11267
-rw-r--r--community/gnome-authenticator/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-authenticator/APKBUILD b/community/gnome-authenticator/APKBUILD
index c875a1127d0..3eeb92307b4 100644
--- a/community/gnome-authenticator/APKBUILD
+++ b/community/gnome-authenticator/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-authenticator
pkgver=3.32.2
-pkgrel=5
+pkgrel=6
pkgdesc="A Two-Factor Authentication application"
url="https://gitlab.gnome.org/World/Authenticator"
arch="all !s390x" # missing libhandy on s390x
license="GPL-3.0-only"
depends="python3 py3-otp py3-beautifulsoup4 py3-pillow py3-pyfavicon py3-pyzbar
- py3-yoyo-migrations libhandy"
+ py3-yoyo-migrations libhandy py3-setuptools"
makedepends="meson gtk+3.0-dev libsecret-dev zbar-dev gobject-introspection-dev"
checkdepends="appstream-glib desktop-file-utils"
subpackages="$pkgname-lang"