From: Michał Górny Date: Sun, 12 Jan 2020 10:39:22 +0000 (+0100) Subject: dev-python/yaql: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9f5da99653c9643bfc07561b8b9a33957923d4c;p=gentoo.git dev-python/yaql: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/yaql/yaql-1.1.3.ebuild b/dev-python/yaql/yaql-1.1.3.ebuild index 9702ff260a84..5e2d7e972e02 100644 --- a/dev-python/yaql/yaql-1.1.3.ebuild +++ b/dev-python/yaql/yaql-1.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1