From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-832234-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 835891399E6
	for <garchives@archives.gentoo.org>; Fri,  4 Sep 2015 05:46:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CA6A214214;
	Fri,  4 Sep 2015 05:46:19 +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 2EFEB14217
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Sep 2015 05:46:19 +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 2808234067D
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Sep 2015 05:46:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D2191188
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Sep 2015 05:46:16 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1441286203.64c947e07adaa2acd95b14e8ead1be6a6d58f50d.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_core/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/jupyter_core/ChangeLog dev-python/jupyter_core/jupyter_core-9999.ebuild
X-VCS-Directories: dev-python/jupyter_core/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 64c947e07adaa2acd95b14e8ead1be6a6d58f50d
X-VCS-Branch: master
Date: Fri,  4 Sep 2015 05:46:16 +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-Archives-Salt: 38ff40ad-b28e-4757-bb14-8733338d808f
X-Archives-Hash: 9fc38335198f37e53d1a7f58f735953a

commit:     64c947e07adaa2acd95b14e8ead1be6a6d58f50d
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Thu Sep  3 13:16:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:16:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=64c947e0

dev-python/jupyter_core: Fix testing deps

 dev-python/jupyter_core/ChangeLog                | 3 +++
 dev-python/jupyter_core/jupyter_core-9999.ebuild | 8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/jupyter_core/ChangeLog b/dev-python/jupyter_core/ChangeLog
index 37f0420..0d51b02 100644
--- a/dev-python/jupyter_core/ChangeLog
+++ b/dev-python/jupyter_core/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Sean Vig <sean.v.775@gmail.com> jupyter_core-9999.ebuild:
+  dev-python/jupyter_core: Fix testing deps
+
 *jupyter_core-4.0.4-r1 (03 Sep 2015)
 
   03 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>

diff --git a/dev-python/jupyter_core/jupyter_core-9999.ebuild b/dev-python/jupyter_core/jupyter_core-9999.ebuild
index 04ed994..cc4b41d 100644
--- a/dev-python/jupyter_core/jupyter_core-9999.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-9999.ebuild
@@ -26,9 +26,11 @@ RDEPEND="
 	dev-python/traitlets[${PYTHON_USEDEP}]
 	"
 DEPEND="${RDEPEND}
-	test? ( dev-python/pytest[${PYTHON_USEDEP}]
-			dev-python/pytest-cov[${PYTHON_USEDEP}]
-			dev-python/mock[${PYTHON_USEDEP}] )
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-cov[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+	)
 	"
 
 python_test() {