commit: c5262095fd42012e272afe568e2fa6fdda61acd7
Author: Jérôme Carretero <cJ-gentoo <AT> zougloub <DOT> eu>
AuthorDate: Fri Feb 17 22:15:13 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 16:19:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5262095
dev-python/pygobject: add pypy3 to PYTHON_COMPAT
Update atk dependency for package.deprecated.
Signed-off-by: Jérôme Carretero <cJ-gentoo <AT> zougloub.eu>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygobject/pygobject-3.42.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild
b/dev-python/pygobject/pygobject-3.42.2.ebuild
index 5a7978ffe59f..fbabfa8de064 100644
--- a/dev-python/pygobject/pygobject-3.42.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit gnome.org meson virtualx xdg distutils-r1
@@ -29,7 +29,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- dev-libs/atk[introspection]
+ >=app-accessibility/at-spi2-core-2.46.0[introspection]
dev-python/pytest[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf:2[introspection,jpeg]
x11-libs/gtk+:3[introspection]