diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:45:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:36 +0100 |
commit | 7b237b639d7413d53e31b650dffaf270b82c7531 (patch) | |
tree | 7e8f6df890477bae83f6c6083f0f404589f4af5e /dev-python | |
parent | dev-python/secretstorage: Remove py2 (diff) | |
download | gentoo-7b237b639d7413d53e31b650dffaf270b82c7531.tar.gz gentoo-7b237b639d7413d53e31b650dffaf270b82c7531.tar.bz2 gentoo-7b237b639d7413d53e31b650dffaf270b82c7531.zip |
dev-python/selenium: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/selenium/selenium-3.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/selenium/selenium-3.13.0.ebuild | 2 | ||||
-rw-r--r-- | 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 7612c95e7ece..f26b038c272c 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 dea5ab9657ef..855d36d7f0b3 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 44a541d79ec5..f5f8260d1b67 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 |