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 F395C139360 for ; Sat, 14 Aug 2021 12:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D7FE0BE1; Sat, 14 Aug 2021 12:15:27 +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 27253E0BE1 for ; Sat, 14 Aug 2021 12:15:27 +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 B5B2D33BE0A for ; Sat, 14 Aug 2021 12:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F1E8A7 for ; Sat, 14 Aug 2021 12:15:24 +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: <1628943320.91e70cb940d1cffd57fd4b1496efbf2b20168292.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tzlocal/tzlocal-3.0.ebuild X-VCS-Directories: dev-python/tzlocal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91e70cb940d1cffd57fd4b1496efbf2b20168292 X-VCS-Branch: master Date: Sat, 14 Aug 2021 12:15:24 +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: c23ab742-5e68-43ef-887a-6329cb156a5e X-Archives-Hash: 4cf545e9e202e2dd255a338ed599d4c5 commit: 91e70cb940d1cffd57fd4b1496efbf2b20168292 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 14 12:14:58 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 14 12:15:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e70cb9 dev-python/tzlocal: Add missing pytest-mock dep Closes: https://bugs.gentoo.org/808189 Signed-off-by: Michał Górny gentoo.org> dev-python/tzlocal/tzlocal-3.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/tzlocal/tzlocal-3.0.ebuild b/dev-python/tzlocal/tzlocal-3.0.ebuild index cf573a7edda..1cdd2850b58 100644 --- a/dev-python/tzlocal/tzlocal-3.0.ebuild +++ b/dev-python/tzlocal/tzlocal-3.0.ebuild @@ -19,5 +19,9 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/backports-zoneinfo[${PYTHON_USEDEP}] ' python3_8 pypy3)" +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest