commit:     65b6eb6bfd2513d82d4f79ea86a51145a8a740c6
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 14 19:39:55 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 19:39:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b6eb6b

dev-python/jupyter_core: Add ipython as dependency for testing

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571652

Package-Manager: portage-2.2.24

 dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
index 4fd42c6..002d53c 100644
--- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+               >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
        )
        "
 

Reply via email to