commit: b8d68b75d35eb3d42da3bfefebb390fad539f328 Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com> AuthorDate: Wed Sep 2 17:07:52 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 13:16:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8d68b75
dev-python/jupyter_client: Fix testing deps dev-python/jupyter_client/ChangeLog | 3 +++ dev-python/jupyter_client/jupyter_client-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog index 1451b86..50c58d4 100644 --- a/dev-python/jupyter_client/ChangeLog +++ b/dev-python/jupyter_client/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 02 Sep 2015; Sean Vig <[email protected]> jupyter_client-9999.ebuild: + dev-python/jupyter_client: Fix testing deps + 27 Aug 2015; Marius Brehler <[email protected]> jupyter_client-9999.ebuild: dev-python/jupyter_client: Fix deps diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild index ba6a640..25db851 100644 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/ipykernel[${PYTHON_USEDEP}] ) "
