commit: c2c615166da4a3d57adcaf7aa637e011c49ebb73
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 17:17:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 26 17:20:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c61516
dev-python/selenium: Unpin dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../selenium/{selenium-4.33.0.ebuild => selenium-4.33.0-r1.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/selenium/selenium-4.33.0.ebuild
b/dev-python/selenium/selenium-4.33.0-r1.ebuild
similarity index 95%
rename from dev-python/selenium/selenium-4.33.0.ebuild
rename to dev-python/selenium/selenium-4.33.0-r1.ebuild
index 8e51fc2bb379..4b3a06784cc4 100644
--- a/dev-python/selenium/selenium-4.33.0.ebuild
+++ b/dev-python/selenium/selenium-4.33.0-r1.ebuild
@@ -35,15 +35,10 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/certifi-2025.4.26[${PYTHON_USEDEP}]
- <dev-python/trio-1[${PYTHON_USEDEP}]
>=dev-python/trio-0.30[${PYTHON_USEDEP}]
- <dev-python/trio-websocket-1[${PYTHON_USEDEP}]
>=dev-python/trio-websocket-0.12.2[${PYTHON_USEDEP}]
- <dev-python/typing-extensions-5[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.13.2[${PYTHON_USEDEP}]
- <dev-python/urllib3-3[${PYTHON_USEDEP}]
>=dev-python/urllib3-2.4.0[${PYTHON_USEDEP}]
- <dev-python/websocket-client-2[${PYTHON_USEDEP}]
>=dev-python/websocket-client-1.8.0[${PYTHON_USEDEP}]
"
BDEPEND="
@@ -73,6 +68,8 @@ src_prepare() {
# do not build selenium-manager implicitly
sed -e 's:\[tool\.setuptools-rust:[tool.ignore-me:' \
-i pyproject.toml || die
+ # unpin deps
+ sed -i -e 's:~=:>=:g' pyproject.toml || die
if use test; then
cd "${WORKDIR}/${TEST_P}" || die