diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-13 10:14:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-13 12:32:17 +0200 |
commit | 4abe0f29ac67e62574fb45e05befcddb60aa678e (patch) | |
tree | 2055708e00c19a9c4706acd3fa8a962223341471 /dev-python/nltk/nltk-3.5.ebuild | |
parent | dev-python/nltk: Bump to 3.5 (diff) | |
download | gentoo-4abe0f29ac67e62574fb45e05befcddb60aa678e.tar.gz gentoo-4abe0f29ac67e62574fb45e05befcddb60aa678e.tar.bz2 gentoo-4abe0f29ac67e62574fb45e05befcddb60aa678e.zip |
dev-python/nltk: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nltk/nltk-3.5.ebuild')
-rw-r--r-- | dev-python/nltk/nltk-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |