commit: 829f60adbf53f21d8d80851ebdab38df5bf74eba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 21:03:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 21:21:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829f60ad
dev-python/requestsexceptions: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild | 2 +-
dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild
b/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild
index dc9d810bd51..cec3c0fa401 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
index 375b7eaf772..80335091eb4 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1