diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:33:44 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 17:43:44 -0500 |
commit | 41098a599c53d672dc1b7f0a016252dad6370809 (patch) | |
tree | 03a4b8f08bc489bb1ee84170ce8c71ffd01f9314 /dev-python/oauth2client | |
parent | dev-python/uritemplate: add py37 support (diff) | |
download | gentoo-41098a599c53d672dc1b7f0a016252dad6370809.tar.gz gentoo-41098a599c53d672dc1b7f0a016252dad6370809.tar.bz2 gentoo-41098a599c53d672dc1b7f0a016252dad6370809.zip |
dev-python/oauth2client: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r-- | dev-python/oauth2client/oauth2client-4.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |