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 4BC9E13933E for ; Fri, 23 Jul 2021 12:47:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C19E0A97; Fri, 23 Jul 2021 12:47:01 +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 674CCE0A97 for ; Fri, 23 Jul 2021 12:47:01 +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 86C4033DDA5 for ; Fri, 23 Jul 2021 12:47:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A27F7CB for ; Fri, 23 Jul 2021 12:46:59 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627044413.6a40c8adeda3e75abf35fe934bee0b6a4689d296.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests/requests-2.26.0.ebuild X-VCS-Directories: dev-python/requests/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6a40c8adeda3e75abf35fe934bee0b6a4689d296 X-VCS-Branch: master Date: Fri, 23 Jul 2021 12:46:59 +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: c9feb741-e470-4f7b-a239-b4ddf58607bd X-Archives-Hash: 785445dd42a5a79b870e2f6958f66d36 commit: 6a40c8adeda3e75abf35fe934bee0b6a4689d296 Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 23 12:13:48 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 23 12:46:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a40c8ad dev-python/requests: tests bdepend on dev-python/trustme Signed-off-by: Marek Szuba gentoo.org> dev-python/requests/requests-2.26.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/requests/requests-2.26.0.ebuild b/dev-python/requests/requests-2.26.0.ebuild index 9320e9b0fe4..7325c3f1556 100644 --- a/dev-python/requests/requests-2.26.0.ebuild +++ b/dev-python/requests/requests-2.26.0.ebuild @@ -29,6 +29,7 @@ BDEPEND=" test? ( dev-python/pytest-httpbin[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] ) "