From: Michał Górny Date: Wed, 5 Feb 2020 18:51:31 +0000 (+0100) Subject: dev-python/pilkit: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=709cfa2be31f77eccaa65fcc6978c9f1a4c63abc;p=gentoo.git dev-python/pilkit: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pilkit/pilkit-2.0.ebuild b/dev-python/pilkit/pilkit-2.0.ebuild index 8c12db1a8bbc..27910404428e 100644 --- a/dev-python/pilkit/pilkit-2.0.ebuild +++ b/dev-python/pilkit/pilkit-2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1