diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 18:33:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 18:48:53 +0100 |
commit | 4bb79b25be9e241553673b771e474be860706bbc (patch) | |
tree | 1c24de2718512e4f8435947f11dc4bfb6e7bd4d6 /dev-python/html5-parser/html5-parser-0.4.9.ebuild | |
parent | dev-python/css-parser: Remove py2 (diff) | |
download | gentoo-4bb79b25be9e241553673b771e474be860706bbc.tar.gz gentoo-4bb79b25be9e241553673b771e474be860706bbc.tar.bz2 gentoo-4bb79b25be9e241553673b771e474be860706bbc.zip |
dev-python/html5-parser: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/html5-parser/html5-parser-0.4.9.ebuild')
-rw-r--r-- | dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |