diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-21 17:11:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-21 18:59:34 +0200 |
commit | 1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479 (patch) | |
tree | a624b31d0fe17484916111dff215fd39c0389d42 /dev-python/selenium | |
parent | dev-python/pydantic-core: Remove old (diff) | |
download | gentoo-1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479.tar.gz gentoo-1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479.tar.bz2 gentoo-1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479.zip |
dev-python/selenium: Add missing websocket-client dep
Closes: https://bugs.gentoo.org/934645
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/selenium-4.22.0-r1.ebuild (renamed from dev-python/selenium/selenium-4.22.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/selenium/selenium-4.22.0.ebuild b/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? ( |