From: Michał Górny Date: Wed, 5 Feb 2020 19:28:08 +0000 (+0100) Subject: dev-python/pyjade: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b27c5fac3175ff753addbd17cac75d45eb0a0307;p=gentoo.git dev-python/pyjade: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild b/dev-python/pyjade/pyjade-4.0.0.ebuild index 52ad28eff417..17d9fb8b211b 100644 --- a/dev-python/pyjade/pyjade-4.0.0.ebuild +++ b/dev-python/pyjade/pyjade-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1