From d4977212449480a045e9d4f8279148791a744b03 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 6 Feb 2020 07:04:53 +0100 Subject: dev-python/socketio-client: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/socketio-client/socketio-client-0.6.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad