From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1208070-garchives=archives.gentoo.org@lists.gentoo.org>
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 91DC813835A
	for <garchives@archives.gentoo.org>; Sun, 20 Sep 2020 20:33:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A8CB0E0934;
	Sun, 20 Sep 2020 20:33:34 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 8F03BE0934
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 20:33:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 35D9F340CCC
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 20:33:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A945A36F
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Sep 2020 20:33:31 +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: <1600634007.dbcd4688729aa3d2304bd8431f1e03f7440a2c28.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/csv23/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/csv23/csv23-0.3.2-r1.ebuild
X-VCS-Directories: dev-python/csv23/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: dbcd4688729aa3d2304bd8431f1e03f7440a2c28
X-VCS-Branch: master
Date: Sun, 20 Sep 2020 20:33:31 +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: f7a08753-6682-4dac-9312-4eedb91b5d29
X-Archives-Hash: 8efcea0ef9ecad04e1a8c757aac225ed

commit:     dbcd4688729aa3d2304bd8431f1e03f7440a2c28
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 19:57:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 20:33:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcd4688

dev-python/csv23: requires stand-alone mock

Closes: https://bugs.gentoo.org/743820
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/csv23/csv23-0.3.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/csv23/csv23-0.3.2-r1.ebuild b/dev-python/csv23/csv23-0.3.2-r1.ebuild
index a2facab53e1..7787a9717dc 100644
--- a/dev-python/csv23/csv23-0.3.2-r1.ebuild
+++ b/dev-python/csv23/csv23-0.3.2-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
 	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
 		>=dev-python/pytest-4.6[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}] )"