diff options
author | 2016-01-14 20:39:55 +0100 | |
---|---|---|
committer | 2016-01-14 20:39:55 +0100 | |
commit | 65b6eb6bfd2513d82d4f79ea86a51145a8a740c6 (patch) | |
tree | 07b0c42b9f061b217c4ae2fef6eb3153fbd89d84 /dev-python/jupyter_core | |
parent | www-plugins/chrome-binary-plugins: automated update (diff) | |
download | gentoo-65b6eb6bfd2513d82d4f79ea86a51145a8a740c6.tar.gz gentoo-65b6eb6bfd2513d82d4f79ea86a51145a8a740c6.tar.bz2 gentoo-65b6eb6bfd2513d82d4f79ea86a51145a8a740c6.zip |
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
Diffstat (limited to 'dev-python/jupyter_core')
-rw-r--r-- | dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 |
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}] ) " |