From: Michał Górny Date: Mon, 25 May 2020 18:54:28 +0000 (+0200) Subject: dev-python/chardet: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d153b65bf874e931fecedc4dea1ce825bf3b95a;p=gentoo.git dev-python/chardet: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4.ebuild index 5f9e8b505b66..52b5155a2c20 100644 --- a/dev-python/chardet/chardet-3.0.4.ebuild +++ b/dev-python/chardet/chardet-3.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1