From: Michał Górny Date: Thu, 6 Feb 2020 06:53:47 +0000 (+0100) Subject: dev-python/visitor: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9259c64a09e640b56c26d75fdf458e1c199a0df;p=gentoo.git dev-python/visitor: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/visitor/visitor-0.1.3.ebuild b/dev-python/visitor/visitor-0.1.3.ebuild index ad4dee9b9b25..3ece48c4d529 100644 --- a/dev-python/visitor/visitor-0.1.3.ebuild +++ b/dev-python/visitor/visitor-0.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1