aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorktprograms <ktprograms@gmail.com>2022-01-10 11:41:35 +0800
committerLeo <thinkabit.ukim@gmail.com>2022-01-10 10:17:34 +0000
commit9c40f8440cb299aea7665008b992265baa6c54eb (patch)
treedcf112005917e550d3ab4def58d1c7b610c8b6df
parentccdf735a8950fc7c5e376f8a065f9c62d25d0396 (diff)
testing/screenkey: add dep on py3-dbus
Fixes getting the error ImportError: cannot import name 'SessionBus' from 'dbus' (unknown location)
-rw-r--r--testing/screenkey/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/screenkey/APKBUILD b/testing/screenkey/APKBUILD
index 0668dca1be1..8d01bcdbb64 100644
--- a/testing/screenkey/APKBUILD
+++ b/testing/screenkey/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer:
pkgname=screenkey
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Screencast tool to display your keys"
url="https://www.thregr.org/~wavexx/software/screenkey/"
arch="noarch"
license="GPL-3.0-or-later"
-depends="python3 py3-cairo py3-gobject3"
+depends="python3 py3-cairo py3-gobject3 py3-dbus"
makedepends="py3-setuptools py3-babel"
subpackages="$pkgname-doc"
source="https://www.thregr.org/~wavexx/software/screenkey/releases/screenkey-$pkgver.tar.gz"