From 41098a599c53d672dc1b7f0a016252dad6370809 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 10 Apr 2019 17:33:44 -0500 Subject: [PATCH] dev-python/oauth2client: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/oauth2client/oauth2client-4.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild b/dev-python/oauth2client/oauth2client-4.1.3.ebuild index 86f44564fc75..fa592dcd00d5 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 -- 2.26.2