commit:     c7c0ba5d85508d693081f79115e8e47c479a96a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 11:50:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 18 11:51:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c0ba5d

dev-python/selenium: Add dep on dev-python/urllib3

Closes: https://bugs.gentoo.org/723708
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../selenium/{selenium-3.141.0.ebuild => selenium-3.141.0-r1.ebuild}    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/selenium/selenium-3.141.0.ebuild 
b/dev-python/selenium/selenium-3.141.0-r1.ebuild
similarity index 95%
rename from dev-python/selenium/selenium-3.141.0.ebuild
rename to dev-python/selenium/selenium-3.141.0-r1.ebuild
index e6437a1664e..ffe84975716 100644
--- a/dev-python/selenium/selenium-3.141.0.ebuild
+++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild
@@ -24,6 +24,8 @@ DOCS=( CHANGES README.rst )
 
 
QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"
 
+RDEPEND="
+       dev-python/urllib3[${PYTHON_USEDEP}]"
 BDEPEND="
        test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
 

Reply via email to