From: Michał Górny Date: Mon, 18 May 2020 11:50:34 +0000 (+0200) Subject: dev-python/selenium: Add dep on dev-python/urllib3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7c0ba5d85508d693081f79115e8e47c479a96a0;p=gentoo.git dev-python/selenium: Add dep on dev-python/urllib3 Closes: https://bugs.gentoo.org/723708 Signed-off-by: Michał Górny --- 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 e6437a1664e5..ffe849757169 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}] )"