dev-python/socketio-client: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:04:53 +0000 (07:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:19 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/socketio-client/socketio-client-0.6.6.ebuild

index d225f8da3c97a5970f699df763191968ad8b0fb1..c96272130c69adaddf5fd10e4e428cfc49ba3115 100644 (file)
@@ -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