From: Michał Górny Date: Thu, 19 Mar 2020 18:35:22 +0000 (+0100) Subject: dev-python/texttable: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0198e049be98108460b65722f5e5c4a0717e019;p=gentoo.git dev-python/texttable: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild index d64686e2e5f2..ffc2c5255f69 100644 --- a/dev-python/texttable/texttable-1.6.2.ebuild +++ b/dev-python/texttable/texttable-1.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6..8}} ) +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1