From: Michał Górny Date: Wed, 5 Feb 2020 19:23:28 +0000 (+0100) Subject: dev-python/pygal: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4657e76de99b339edbc7981f18fa8e0925cfd565;p=gentoo.git dev-python/pygal: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pygal/pygal-2.4.0.ebuild b/dev-python/pygal/pygal-2.4.0.ebuild index bca21e1cba6d..6bb4f8c95ed3 100644 --- a/dev-python/pygal/pygal-2.4.0.ebuild +++ b/dev-python/pygal/pygal-2.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1