commit: ecdd6c4782cf65c6c5960a0d275f7368a989bbdb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 03:07:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 03:07:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdd6c47
dev-python/aiodns: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiodns/aiodns-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild
b/dev-python/aiodns/aiodns-3.2.0.ebuild
index 1e89bac5c3bc..9904f09518be 100644
--- a/dev-python/aiodns/aiodns-3.2.0.ebuild
+++ b/dev-python/aiodns/aiodns-3.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi