commit: 798ca34e75a5f93786d48e9c102851aa24ec80fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 14:01:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 14:08:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798ca34e
dev-python/async_generator: Port to pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/async_generator/async_generator-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/async_generator/async_generator-1.10.ebuild
b/dev-python/async_generator/async_generator-1.10.ebuild
index 05994888af8..89e8356c1bd 100644
--- a/dev-python/async_generator/async_generator-1.10.ebuild
+++ b/dev-python/async_generator/async_generator-1.10.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1