Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-reauth-python/
Date: Tue, 25 Jun 2019 21:53:46
Message-Id: 1561498930.f82ca5d802500722ecdd3622bf181e46dfb063ae.chutzpah@gentoo
1 commit: f82ca5d802500722ecdd3622bf181e46dfb063ae
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Jun 25 21:42:10 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 25 21:42:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82ca5d8
7
8 dev-python/google-reauth-python: Add python3_7
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 39b3cb884ce..8567dfbc656 100644
19 --- a/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild
20 +++ b/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI="6"
24
25 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
26 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27
28 inherit distutils-r1