commit: c242d9df4a8a0d06728c06c7a16967959faa72de
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 10:55:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:15:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c242d9df
dev-python/redis-py: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/redis-py/redis-py-3.2.1.ebuild | 2 +-
dev-python/redis-py/redis-py-3.3.11.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/redis-py/redis-py-3.2.1.ebuild
b/dev-python/redis-py/redis-py-3.2.1.ebuild
index ef7ba5ab5ca..77bcb3a7cb9 100644
--- a/dev-python/redis-py/redis-py-3.2.1.ebuild
+++ b/dev-python/redis-py/redis-py-3.2.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1
diff --git a/dev-python/redis-py/redis-py-3.3.11.ebuild
b/dev-python/redis-py/redis-py-3.3.11.ebuild
index 42add4480b6..8ff3bd59260 100644
--- a/dev-python/redis-py/redis-py-3.3.11.ebuild
+++ b/dev-python/redis-py/redis-py-3.3.11.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1