dev-python/wsproto: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:11:16 +0000 (15:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:09 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/wsproto/wsproto-0.11.0.ebuild
dev-python/wsproto/wsproto-0.12.0.ebuild

index 9f398be48fd396775a675436e28f7e7e07eec0db..cf252c64924b4ed2abb5124adb0113111ed3af81 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index aff4557bef648e0e05dc8457b36239bcf85d4092..338c19e6445bfd600446114e69210cfdd193ce45 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1