summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-15 11:48:37 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-15 11:48:37 +0100
commit97ac28678f21a8702ae2536292ea33afbaf76da5 (patch)
tree466ce1199b7de4d37cbe79c8c041f654e38eaeb8
parentmetadata: Don't check in projects.xml (diff)
parentdev-python/jupyter_core: Add ipython as dependency for testing (diff)
downloadgentoo-97ac28678f21a8702ae2536292ea33afbaf76da5.tar.gz
gentoo-97ac28678f21a8702ae2536292ea33afbaf76da5.tar.bz2
gentoo-97ac28678f21a8702ae2536292ea33afbaf76da5.zip
Merge branch 'marbre-jupyter_core'
* marbre-jupyter_core: dev-python/jupyter_core: Add ipython as dependency for testing
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.0.6.ebuild3
1 files changed, 2 insertions, 1 deletions
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 4fd42c687bb7..002d53cfc60d 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}]
)
"