commit: 654b1a4de7d796a452f37c2f77337285681e55a4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 23:29:20 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 23:29:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654b1a4d
dev-python/google-api-python-client: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../google-api-python-client/google-api-python-client-1.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
index fe3d4510957..eef43c9585f 100644
---
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
+++
b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1