dev-python/websockify: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:47:35 +0000 (06:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:05:02 +0000 (07:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/websockify/websockify-0.8.0.ebuild

index 7723b535a7bbbb86c5a4f4842e19414fd9cb2469..8a046bcae7b128abecc4192cac3e51a360a92ea3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1