From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A9DA13835A for ; Mon, 18 May 2020 11:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57B4BE089B; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44847E089B for ; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD5C034EC91 for ; Mon, 18 May 2020 11:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8456250 for ; Mon, 18 May 2020 11:52:06 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1589802716.c7c0ba5d85508d693081f79115e8e47c479a96a0.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-3.141.0-r1.ebuild dev-python/selenium/selenium-3.141.0.ebuild X-VCS-Directories: dev-python/selenium/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7c0ba5d85508d693081f79115e8e47c479a96a0 X-VCS-Branch: master Date: Mon, 18 May 2020 11:52:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 341fd584-3a02-4e37-8157-ca305e8ac909 X-Archives-Hash: 2759e8c8540d2934e9e17eda9708e94a commit: c7c0ba5d85508d693081f79115e8e47c479a96a0 Author: Michał Górny gentoo org> AuthorDate: Mon May 18 11:50:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 18 11:51:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c0ba5d dev-python/selenium: Add dep on dev-python/urllib3 Closes: https://bugs.gentoo.org/723708 Signed-off-by: Michał Górny gentoo.org> .../selenium/{selenium-3.141.0.ebuild => selenium-3.141.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/selenium/selenium-3.141.0.ebuild b/dev-python/selenium/selenium-3.141.0-r1.ebuild similarity index 95% rename from dev-python/selenium/selenium-3.141.0.ebuild rename to dev-python/selenium/selenium-3.141.0-r1.ebuild index e6437a1664e..ffe84975716 100644 --- a/dev-python/selenium/selenium-3.141.0.ebuild +++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild @@ -24,6 +24,8 @@ DOCS=( CHANGES README.rst ) QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so" +RDEPEND=" + dev-python/urllib3[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"