diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-18 16:33:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-18 20:54:14 +0200 |
commit | 5edc8ce013a934bbb4d0e00d8bf98d4ac09357d1 (patch) | |
tree | 6653365816f581c74e796c0c05236cefa65165fd /dev-python/selenium | |
parent | app-dicts/aspell-da: add 4.2.1 (diff) | |
download | gentoo-5edc8ce013a934bbb4d0e00d8bf98d4ac09357d1.tar.gz gentoo-5edc8ce013a934bbb4d0e00d8bf98d4ac09357d1.tar.bz2 gentoo-5edc8ce013a934bbb4d0e00d8bf98d4ac09357d1.zip |
dev-python/selenium: Fix outdated <dev-python/urllib3-2 dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/selenium-4.9.1-r1.ebuild (renamed from dev-python/selenium/selenium-4.9.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/selenium/selenium-4.9.1.ebuild b/dev-python/selenium/selenium-4.9.1-r1.ebuild index b61d9b6e44dc..7a8817715606 100644 --- a/dev-python/selenium/selenium-4.9.1.ebuild +++ b/dev-python/selenium/selenium-4.9.1-r1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=dev-python/trio-0.17[${PYTHON_USEDEP}] <dev-python/trio-websocket-1[${PYTHON_USEDEP}] >=dev-python/trio-websocket-0.9[${PYTHON_USEDEP}] - <dev-python/urllib3-2[${PYTHON_USEDEP}] + <dev-python/urllib3-3[${PYTHON_USEDEP}] >=dev-python/urllib3-1.26[${PYTHON_USEDEP}] " BDEPEND=" |