summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:41:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:47:53 +0100
commit545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb (patch)
treec16f74709ad0c409900f72e748b0cf83113e98ae /dev-python/google-auth-oauthlib
parentdev-python/google-auth-httplib2: Remove py2 (diff)
downloadgentoo-545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb.tar.gz
gentoo-545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb.tar.bz2
gentoo-545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb.zip
dev-python/google-auth-oauthlib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild2
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild
index 1d783fffbfd6..464cbca16df9 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Google Authentication Library"
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
index 33d8c12b6cec..24b4e5d2dfeb 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Google Authentication Library"