From: Michał Górny Date: Mon, 13 Apr 2020 08:14:23 +0000 (+0200) Subject: dev-python/nltk: Enable py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4abe0f29ac67e62574fb45e05befcddb60aa678e;p=gentoo.git dev-python/nltk: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/nltk/nltk-3.5.ebuild b/dev-python/nltk/nltk-3.5.ebuild index 8f9f7024193b..c01b3203dde2 100644 --- a/dev-python/nltk/nltk-3.5.ebuild +++ b/dev-python/nltk/nltk-3.5.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite,tk?,xml(+)" inherit distutils-r1