commit: 1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 15:11:30 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 21 16:59:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c80883e
dev-python/selenium: Add missing websocket-client dep Closes: https://bugs.gentoo.org/934645 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../selenium/{selenium-4.22.0.ebuild => selenium-4.22.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/selenium/selenium-4.22.0.ebuild b/dev-python/selenium/selenium-4.22.0-r1.ebuild similarity index 97% rename from dev-python/selenium/selenium-4.22.0.ebuild rename to dev-python/selenium/selenium-4.22.0-r1.ebuild index e5f0a6117408..9a743e2e46f4 100644 --- a/dev-python/selenium/selenium-4.22.0.ebuild +++ b/dev-python/selenium/selenium-4.22.0-r1.ebuild @@ -40,6 +40,7 @@ RDEPEND=" >=dev-python/typing-extensions-4.9[${PYTHON_USEDEP}] <dev-python/urllib3-3[${PYTHON_USEDEP}] >=dev-python/urllib3-1.26[${PYTHON_USEDEP}] + >=dev-python/websocket-client-1.8.0[${PYTHON_USEDEP}] " BDEPEND=" test? (
