From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1645414-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B65121582ED
	for <garchives@archives.gentoo.org>; Fri, 21 Jun 2024 17:00:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9D967E2A54;
	Fri, 21 Jun 2024 17:00:02 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6E987E2A54
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 17:00:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 81A06335C7A
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 17:00:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 736211D51
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jun 2024 16:59:58 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1718989174.1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/selenium/selenium-4.22.0-r1.ebuild dev-python/selenium/selenium-4.22.0.ebuild
X-VCS-Directories: dev-python/selenium/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 1c80883eeaa9d8e18f343ac6ac2d833d6a6a2479
X-VCS-Branch: master
Date: Fri, 21 Jun 2024 16:59:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2185f272-8a6b-4085-a0a0-2cbefd7164e3
X-Archives-Hash: abd7b8e68e5fb449d44209bc13c70976

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? (