diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:04:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:19 +0100 |
commit | d4977212449480a045e9d4f8279148791a744b03 (patch) | |
tree | 4b9b0757f2fca380f46927ddb17ad2dd6be6ffa2 /dev-python/socketio-client | |
parent | www-client/ripe-atlas-cousteau: Remove py2 (diff) | |
download | gentoo-d4977212449480a045e9d4f8279148791a744b03.tar.gz gentoo-d4977212449480a045e9d4f8279148791a744b03.tar.bz2 gentoo-d4977212449480a045e9d4f8279148791a744b03.zip |
dev-python/socketio-client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/socketio-client')
-rw-r--r-- | dev-python/socketio-client/socketio-client-0.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |