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 B5316138350 for ; Sun, 26 Apr 2020 20:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00C91E09F2; Sun, 26 Apr 2020 20:41:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E0807E09F2 for ; Sun, 26 Apr 2020 20:41:23 +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 1255E34F8F1 for ; Sun, 26 Apr 2020 20:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9104F1F1 for ; Sun, 26 Apr 2020 20:40:51 +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: <1587933638.8f1b3fb34799de9c227435be10c6166944db4b4f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/arrow/arrow-0.15.5.ebuild X-VCS-Directories: dev-python/arrow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f1b3fb34799de9c227435be10c6166944db4b4f X-VCS-Branch: master Date: Sun, 26 Apr 2020 20:40:51 +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: a7972856-5723-4b43-ae64-2c70d06b9b7e X-Archives-Hash: 412adaa00a7d992373be3ca460e871e2 commit: 8f1b3fb34799de9c227435be10c6166944db4b4f Author: Michał Górny gentoo org> AuthorDate: Sun Apr 26 20:29:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 26 20:40:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1b3fb3 dev-python/arrow: Add a missing test-dep on mock Closes: https://bugs.gentoo.org/719644 Signed-off-by: Michał Górny gentoo.org> dev-python/arrow/arrow-0.15.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/arrow/arrow-0.15.5.ebuild b/dev-python/arrow/arrow-0.15.5.ebuild index 2c705f6d9bd..073d58db855 100644 --- a/dev-python/arrow/arrow-0.15.5.ebuild +++ b/dev-python/arrow/arrow-0.15.5.ebuild @@ -20,6 +20,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/chai[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] )"