From: Michał Górny Date: Tue, 11 Feb 2020 06:21:41 +0000 (+0100) Subject: dev-python/wrapt: Enable pypy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6f5a2689c63a6406ff4dd68cad66fd723f8ddfc8;p=gentoo.git dev-python/wrapt: Enable pypy3 Signed-off-by: Michał Górny --- diff --git a/dev-python/wrapt/wrapt-1.11.2-r1.ebuild b/dev-python/wrapt/wrapt-1.11.2-r1.ebuild index 46b0288179ff..8260fc728419 100644 --- a/dev-python/wrapt/wrapt-1.11.2-r1.ebuild +++ b/dev-python/wrapt/wrapt-1.11.2-r1.ebuild @@ -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