From: Michał Górny Date: Wed, 5 Feb 2020 16:14:40 +0000 (+0100) Subject: dev-python/pecan: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0634f2a12c62dd70885abe819f8a0627da8a9279;p=gentoo.git dev-python/pecan: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild index 08967a809bef..f05a3339ded7 100644 --- a/dev-python/pecan/pecan-1.3.3-r2.ebuild +++ b/dev-python/pecan/pecan-1.3.3-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1