diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-06-25 14:42:10 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-06-25 14:42:10 -0700 |
commit | f82ca5d802500722ecdd3622bf181e46dfb063ae (patch) | |
tree | 76849beee97fe1058aaffd929b061b49b386126f /dev-python/google-reauth-python | |
parent | dev-python/pyu2f: Add python3_7 to version 0.1.4 (diff) | |
download | gentoo-f82ca5d802500722ecdd3622bf181e46dfb063ae.tar.gz gentoo-f82ca5d802500722ecdd3622bf181e46dfb063ae.tar.bz2 gentoo-f82ca5d802500722ecdd3622bf181e46dfb063ae.zip |
dev-python/google-reauth-python: Add python3_7
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/google-reauth-python')
-rw-r--r-- | dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild b/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild index 39b3cb884ce2..8567dfbc6569 100644 --- a/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild +++ b/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |