From 545e0a41ad01bf0a21cf55991f5c0b3cc185f4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 16:41:41 +0100 Subject: [PATCH] dev-python/google-auth-oauthlib: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild | 2 +- .../google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild | 2 +- 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 1d783fffbfd6a..464cbca16df9b 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 33d8c12b6cecc..24b4e5d2dfebb 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"