dev-python/cherrypy-17.4.2: drop pypy3 as chroot doesn't support it
authorPatrick McLean <patrick.mclean@sony.com>
Fri, 27 Mar 2020 00:04:03 +0000 (17:04 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 27 Mar 2020 00:04:12 +0000 (17:04 -0700)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/cherrypy/cherrypy-17.4.2.ebuild

index 26d9b18b652cd80edf5cebae7462043491c35053..5e7872d3abe8edb553df45c2796760f3c700ed7f 100644 (file)
@@ -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