From: Matthew Thode Date: Wed, 10 Apr 2019 22:33:44 +0000 (-0500) Subject: dev-python/oauth2client: add py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=41098a599c53d672dc1b7f0a016252dad6370809;p=gentoo.git dev-python/oauth2client: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- 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