dev-python/h11: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:11:21 +0000 (15:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:10 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/h11/h11-0.7.0.ebuild
dev-python/h11/h11-0.8.1.ebuild

index a1756f43f79c97818da34c466c3a6171fa2b1b84..d0336b31787225b5c07d8b775f4ffbb6adefe8be 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index a53ffeb33fafb63e4e7e7b4178577a58f63714eb..5ecef28bce408921581f728d845b70224ff0d51f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1