dev-python/wrapt: Enable pypy3
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 06:21:41 +0000 (07:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 06:21:41 +0000 (07:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/wrapt/wrapt-1.11.2-r1.ebuild

index 46b0288179ff2b31d30880cd119ff10676148d0b..8260fc728419435685287c1bfad58337f9d2c6d1 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 inherit distutils-r1