dev-python/selenium: Add dep on dev-python/urllib3
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 11:50:34 +0000 (13:50 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 11:51:56 +0000 (13:51 +0200)
Closes: https://bugs.gentoo.org/723708
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/selenium/selenium-3.141.0-r1.ebuild [moved from dev-python/selenium/selenium-3.141.0.ebuild with 95% similarity]

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 e6437a1664e56bf5f37d84af61495a179e67a038..ffe849757169da4288d7945390ce12725b06bd71 100644 (file)
@@ -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}] )"