commit: 7e3a5d2d4ae047332e0dbc90f7e80913573ece8c Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com> AuthorDate: Wed Sep 2 17:08:15 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=7e3a5d2d
dev-python/jupyter_console: Fix testing deps dev-python/jupyter_console/ChangeLog | 3 +++ dev-python/jupyter_console/jupyter_console-9999.ebuild | 2 ++ 2 files changed, 5 insertions(+) diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog index 77d9c66..f56aa3b 100644 --- a/dev-python/jupyter_console/ChangeLog +++ b/dev-python/jupyter_console/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 02 Sep 2015; Sean Vig <[email protected]> jupyter_console-9999.ebuild: + dev-python/jupyter_console: Fix testing deps + *jupyter_console-4.0.1 (01 Sep 2015) 01 Sep 2015; Marius Brehler <[email protected]> diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild index 43b4766..a2a645f 100644 --- a/dev-python/jupyter_console/jupyter_console-9999.ebuild +++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild @@ -29,6 +29,8 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + dev-python/pexpect[${PYTHON_USEDEP}] >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )
