From 00e7ce7acae6084581b7bf7d286c123c50e573bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jan 2020 11:39:04 +0100 Subject: [PATCH] dev-python/tenacity: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/tenacity/tenacity-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tenacity/tenacity-4.8.0.ebuild b/dev-python/tenacity/tenacity-4.8.0.ebuild index 865700e5dc65..884aeef2154b 100644 --- a/dev-python/tenacity/tenacity-4.8.0.ebuild +++ b/dev-python/tenacity/tenacity-4.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -- 2.26.2