aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-atspi
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 18:17:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 18:57:20 +0100
commit02eb90c61db3e866021a050d9cf19d945c66c490 (patch)
tree2b21cca8542fb8145f409eb83b3611168d01cf60 /community/py3-atspi
parentefba7b865b66ca5e9ee91d60006ea885dc7103c8 (diff)
downloadaports-02eb90c61db3e866021a050d9cf19d945c66c490.tar.bz2
aports-02eb90c61db3e866021a050d9cf19d945c66c490.tar.xz
community/py3-atspi: switch to python3
Diffstat (limited to 'community/py3-atspi')
-rw-r--r--community/py3-atspi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-atspi/APKBUILD b/community/py3-atspi/APKBUILD
index c0c4a2ee1d..095276fd9e 100644
--- a/community/py3-atspi/APKBUILD
+++ b/community/py3-atspi/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-atspi
pkgver=2.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python client bindings for D-Bus AT-SPI"
url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/"
arch="noarch"
license="GPL-2.0-or-later"
-depends="python3 py-gobject3"
+depends="python3 py3-gobject3"
makedepends="python3-dev py3-gobject3-dev"
options="!check" # Don't work with python3
source="https://download.gnome.org/sources/pyatspi/${pkgver%.*}/pyatspi-$pkgver.tar.xz"