aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-atspi
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-atspi')
-rw-r--r--community/py3-atspi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-atspi/APKBUILD b/community/py3-atspi/APKBUILD
index 544fddf03c..5a3de9786c 100644
--- a/community/py3-atspi/APKBUILD
+++ b/community/py3-atspi/APKBUILD
@@ -8,7 +8,7 @@ url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/"
arch="noarch"
license="GPL-2.0-or-later"
depends="python3 py-gobject3"
-makedepends="python3-dev py-gobject3-dev"
+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"
builddir="$srcdir/pyatspi-$pkgver"