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 988631383E1 for ; Tue, 1 Sep 2015 07:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E081E08A4; Tue, 1 Sep 2015 07:57:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BA3E08A0 for ; Tue, 1 Sep 2015 07:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F7A0340812 for ; Tue, 1 Sep 2015 07:57:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D8D144 for ; Tue, 1 Sep 2015 07:57:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440498122.025d24c1c774895da14e19606f4e9d50ead8a38e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipyparallel/ChangeLog dev-python/ipyparallel/ipyparallel-9999.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 025d24c1c774895da14e19606f4e9d50ead8a38e X-VCS-Branch: master Date: Tue, 1 Sep 2015 07:57:47 +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: 7bd2d79f-43cb-4df5-811d-933ed6d327a5 X-Archives-Hash: f91d87c614b37422c76fd475ebedfb2c commit: 025d24c1c774895da14e19606f4e9d50ead8a38e Author: Marius Brehler linux sungazer de> AuthorDate: Tue Aug 25 10:22:02 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Aug 25 10:22:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=025d24c1 dev-python/ipyparallel: Add missing dep Package-Manager: portage-2.2.20.1 dev-python/ipyparallel/ChangeLog | 4 ++++ dev-python/ipyparallel/ipyparallel-9999.ebuild | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog index 86a27a5..292f44f 100644 --- a/dev-python/ipyparallel/ChangeLog +++ b/dev-python/ipyparallel/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Aug 2015; Marius Brehler + ipyparallel-9999.ebuild: + dev-python/ipyparallel: Add missing dep + *ipyparallel-4.0.0 (13 Aug 2015) *ipyparallel-9999 (13 Aug 2015) diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild index a4beacf..4f42849 100644 --- a/dev-python/ipyparallel/ipyparallel-9999.ebuild +++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild @@ -28,7 +28,12 @@ RDEPEND=" >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] " -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )" +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + ) + " python_test() { iptest --coverage xml ipyparallel.tests || die