commit: 4bb79b25be9e241553673b771e474be860706bbc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:33:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:48:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb79b25
dev-python/html5-parser: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/html5-parser/html5-parser-0.4.9.ebuild
b/dev-python/html5-parser/html5-parser-0.4.9.ebuild
index 68b69b2f7b8..f7c09bd71d5 100644
--- a/dev-python/html5-parser/html5-parser-0.4.9.ebuild
+++ b/dev-python/html5-parser/html5-parser-0.4.9.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 toolchain-funcs