From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1247992-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 7DEA313835A
	for <garchives@archives.gentoo.org>; Thu,  4 Feb 2021 10:21:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B4333E08EC;
	Thu,  4 Feb 2021 10:21:58 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 9C6E4E08EC
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 10:21:58 +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 24D8A34240E
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 10:21:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DD6E4BC
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Feb 2021 10:21:54 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1612434092.98aa36a9eec448ca38a7b17d99e5fdf0bde7bb62.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
X-VCS-Directories: app-i18n/transifex-client/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 98aa36a9eec448ca38a7b17d99e5fdf0bde7bb62
X-VCS-Branch: master
Date: Thu,  4 Feb 2021 10:21:54 +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: c90388f2-95b1-46c2-94aa-d000c2f0de59
X-Archives-Hash: 9881dbe3bbd7fa21d0f83b1f5eadd89f

commit:     98aa36a9eec448ca38a7b17d99e5fdf0bde7bb62
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 10:21:32 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 10:21:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aa36a9

app-i18n/transifex-client: add mock as test dep

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild b/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
index 9705b2b75d1..c26c3adbffe 100644
--- a/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
+++ b/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
 RDEPEND="dev-python/GitPython[${PYTHON_USEDEP}]
 	<dev-python/python-slugify-5.0.0[${PYTHON_USEDEP}]
 	dev-python/requests[${PYTHON_USEDEP}]