From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04A8713829C for ; Mon, 6 Jun 2016 08:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B6AB14245; Mon, 6 Jun 2016 08:35:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EC5E14245 for ; Mon, 6 Jun 2016 08:35:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C985D340B65 for ; Mon, 6 Jun 2016 08:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F50D963 for ; Mon, 6 Jun 2016 08:35:20 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1465202112.b45979bbe784b34028faeb4f93a24344dfa2f342.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild X-VCS-Directories: dev-python/jsonschema/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b45979bbe784b34028faeb4f93a24344dfa2f342 X-VCS-Branch: master Date: Mon, 6 Jun 2016 08:35:20 +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-Archives-Salt: 747ad19d-d0f0-48f5-a5d9-22d5da8d5e02 X-Archives-Hash: 570171ecc9f6c468d0a7df93219c6f7f commit: b45979bbe784b34028faeb4f93a24344dfa2f342 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Jun 6 08:35:12 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Jun 6 08:35:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45979bb dev-python/jsonschema: Add missing dep on d-py/mock for USE=test Package-Manager: portage-2.3.0_rc1 dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild index b5a66a8..5c4d936 100644 --- a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild +++ b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild @@ -26,7 +26,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-python/vcversioner[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] )" python_test() { "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"