commit: 7b237b639d7413d53e31b650dffaf270b82c7531
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 05:45:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 05:59:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b237b63
dev-python/selenium: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/selenium/selenium-3.0.2.ebuild | 2 +-
dev-python/selenium/selenium-3.13.0.ebuild | 2 +-
dev-python/selenium/selenium-3.141.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/selenium/selenium-3.0.2.ebuild
b/dev-python/selenium/selenium-3.0.2.ebuild
index 7612c95e7ec..f26b038c272 100644
--- a/dev-python/selenium/selenium-3.0.2.ebuild
+++ b/dev-python/selenium/selenium-3.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/selenium/selenium-3.13.0.ebuild
b/dev-python/selenium/selenium-3.13.0.ebuild
index dea5ab9657e..855d36d7f0b 100644
--- a/dev-python/selenium/selenium-3.13.0.ebuild
+++ b/dev-python/selenium/selenium-3.13.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/selenium/selenium-3.141.0.ebuild
b/dev-python/selenium/selenium-3.141.0.ebuild
index 44a541d79ec..f5f8260d1b6 100644
--- a/dev-python/selenium/selenium-3.141.0.ebuild
+++ b/dev-python/selenium/selenium-3.141.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1