commit: a126338a294273046c62c9b89226422d3e309f25
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 04:43:23 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 04:55:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a126338a
dev-python/snakeoil: drop py35 support
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/snakeoil/snakeoil-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild
b/dev-python/snakeoil/snakeoil-9999.ebuild
index e7629b6dfc9..901b625aba5 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