From: Michał Górny Date: Thu, 19 Mar 2020 17:33:36 +0000 (+0100) Subject: dev-python/html5-parser: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bb79b25be9e241553673b771e474be860706bbc;p=gentoo.git dev-python/html5-parser: Remove py2 Signed-off-by: Michał Górny --- 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 68b69b2f7b81..f7c09bd71d51 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