diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 10:41:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-23 10:44:30 -0300 |
commit | 6756ad08d3436238937b8841baee1cb66e4524fc (patch) | |
tree | 94464fc26df34d3fba2c4f5c15f5b82c185c82e1 /community/py3-atspi | |
parent | 3becb0e86136e0a4d9f29eb3a89628b64c8d6f2a (diff) | |
download | aports-6756ad08d3436238937b8841baee1cb66e4524fc.tar.bz2 aports-6756ad08d3436238937b8841baee1cb66e4524fc.tar.xz |
community/py3-atspi: use canonical name for py3-gobject3-dev
Diffstat (limited to 'community/py3-atspi')
-rw-r--r-- | community/py3-atspi/APKBUILD | 2 |
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" |