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
This commit is contained in:
Marius Brehler
2016-01-14 20:39:55 +01:00
parent 6472ab1288
commit 65b6eb6bfd

View File

@@ -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}]
)
"