commit: 86ac89e43f0d3a99752bd852b89fa78e10df69c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 08:18:48 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 08:31:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ac89e4
dev-python/webob: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/webob/webob-1.8.5-r3.ebuild | 2 +-
dev-python/webob/webob-1.8.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild
b/dev-python/webob/webob-1.8.5-r3.ebuild
index da8bf93e909..c176813be70 100644
--- a/dev-python/webob/webob-1.8.5-r3.ebuild
+++ b/dev-python/webob/webob-1.8.5-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1
diff --git a/dev-python/webob/webob-1.8.6.ebuild
b/dev-python/webob/webob-1.8.6.ebuild
index 4a074d7135a..ebc1bf8e2d1 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1