summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2020-08-09 15:48:42 -0700
committerZac Medico <zmedico@gentoo.org>2020-08-09 15:48:42 -0700
commit1949e3574c40fb156193708e8333b07f0a2e1e73 (patch)
tree61884c59868f1bf765242e7f587d3de97a153ec4 /dev-python/google-auth-httplib2
parentdev-python/google-auth: PYTHON_COMPAT+=(python3_9) (diff)
downloadgentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.tar.gz
gentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.tar.bz2
gentoo-1949e3574c40fb156193708e8333b07f0a2e1e73.zip
dev-python/google-auth-httplib2: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-httplib2')
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
index 2794e587bd4d..327435feb3a7 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1