From: Michał Górny Date: Thu, 30 Jan 2020 21:11:52 +0000 (+0100) Subject: dev-python/intreehooks: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b2438301b5961a4710c0de264f264fc9f3a0e4c0;p=gentoo.git dev-python/intreehooks: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/intreehooks/intreehooks-1.0.ebuild b/dev-python/intreehooks/intreehooks-1.0.ebuild index 1ba877949d30..59f3292ae937 100644 --- a/dev-python/intreehooks/intreehooks-1.0.ebuild +++ b/dev-python/intreehooks/intreehooks-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Load a PEP 517 backend from inside the source tree"