summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-15 13:39:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-15 13:45:32 +0200
commitfa6e8ed4861a438ed0e4451e4ab9715ada141946 (patch)
tree579dd634a2879db59e37ed315876d5d00e3bff3e /dev-python/oauth2client
parentdev-python/oauth2client: Add missing test dep on nose (diff)
downloadgentoo-fa6e8ed4861a438ed0e4451e4ab9715ada141946.tar.gz
gentoo-fa6e8ed4861a438ed0e4451e4ab9715ada141946.tar.bz2
gentoo-fa6e8ed4861a438ed0e4451e4ab9715ada141946.zip
dev-python/oauth2client: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r--dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild
index 20ee5e10c6ff..d9457f52e90b 100644
--- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild
+++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1