From c0198e049be98108460b65722f5e5c4a0717e019 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 19 Mar 2020 19:35:22 +0100 Subject: dev-python/texttable: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/texttable/texttable-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/texttable') 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 -- cgit v1.2.3-65-gdbad