commit: bfe59790d396b4cc38b4b60806cb9dbecc9bbad8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 09:12:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 09:26:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe59790
dev-python/crashtest: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/crashtest/crashtest-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/crashtest/crashtest-0.4.1.ebuild
b/dev-python/crashtest/crashtest-0.4.1.ebuild
index 216959cfa820..fd5081a943cc 100644
--- a/dev-python/crashtest/crashtest-0.4.1.ebuild
+++ b/dev-python/crashtest/crashtest-0.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1