From: Michał Górny Date: Thu, 6 Feb 2020 06:04:53 +0000 (+0100) Subject: dev-python/socketio-client: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d4977212449480a045e9d4f8279148791a744b03;p=gentoo.git dev-python/socketio-client: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/socketio-client/socketio-client-0.6.6.ebuild b/dev-python/socketio-client/socketio-client-0.6.6.ebuild index d225f8da3c97..c96272130c69 100644 --- a/dev-python/socketio-client/socketio-client-0.6.6.ebuild +++ b/dev-python/socketio-client/socketio-client-0.6.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1