From: Patrick McLean Date: Fri, 27 Mar 2020 00:04:03 +0000 (-0700) Subject: dev-python/cherrypy-17.4.2: drop pypy3 as chroot doesn't support it X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfca45aec016f674bf810aa46eca38226ce82cf4;p=gentoo.git dev-python/cherrypy-17.4.2: drop pypy3 as chroot doesn't support it Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Patrick McLean --- diff --git a/dev-python/cherrypy/cherrypy-17.4.2.ebuild b/dev-python/cherrypy/cherrypy-17.4.2.ebuild index 26d9b18b652c..5e7872d3abe8 100644 --- a/dev-python/cherrypy/cherrypy-17.4.2.ebuild +++ b/dev-python/cherrypy/cherrypy-17.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1