diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:42:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:47:55 +0100 |
commit | 886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa (patch) | |
tree | 31c6636fd2b082082c721352501863afc354f926 /dev-python/oauth2client | |
parent | dev-python/google-auth: Remove py2 (diff) | |
download | gentoo-886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa.tar.gz gentoo-886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa.tar.bz2 gentoo-886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa.zip |
dev-python/oauth2client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/oauth2client/oauth2client-2.0.1.ebuild b/dev-python/oauth2client/oauth2client-2.0.1.ebuild index 9e4fe5bf637b..d9abd69e6a8e 100644 --- a/dev-python/oauth2client/oauth2client-2.0.1.ebuild +++ b/dev-python/oauth2client/oauth2client-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python3_6) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild b/dev-python/oauth2client/oauth2client-2.2.0.ebuild index 750cc3869f83..1e40b242be1e 100644 --- a/dev-python/oauth2client/oauth2client-2.2.0.ebuild +++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python3_6) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-4.1.2.ebuild b/dev-python/oauth2client/oauth2client-4.1.2.ebuild index 5a6e3debe7d4..8a4381e866db 100644 --- a/dev-python/oauth2client/oauth2client-4.1.2.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild b/dev-python/oauth2client/oauth2client-4.1.3.ebuild index 22cdb28cf896..9142e679b208 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |