From f82ca5d802500722ecdd3622bf181e46dfb063ae Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 25 Jun 2019 14:42:10 -0700 Subject: [PATCH] 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 --- .../google-reauth-python/google-reauth-python-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 39b3cb884ce29..8567dfbc6569f 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