From: Michał Górny Date: Wed, 5 Feb 2020 15:41:41 +0000 (+0100) Subject: dev-python/google-auth-oauthlib: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb;p=gentoo.git dev-python/google-auth-oauthlib: Remove py2 Signed-off-by: Michał Górny --- 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"