From: Tim Harder Date: Thu, 18 Jul 2019 04:43:23 +0000 (-0600) Subject: dev-python/snakeoil: drop py35 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a126338a294273046c62c9b89226422d3e309f25;p=gentoo.git dev-python/snakeoil: drop py35 support Signed-off-by: Tim Harder --- diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index e7629b6dfc9f..901b625aba59 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1