summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2017-02-06 08:18:55 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-06 09:08:40 +0100
commit2c1adcdbb08568901808d09bee7cd85277839792 (patch)
tree9ba485def24f617bc11fde30246600a27fb57d6a /dev-python/ipython
parentdev-python/line_profiler: Version bump to 2.0 (diff)
downloadgentoo-2c1adcdbb08568901808d09bee7cd85277839792.tar.gz
gentoo-2c1adcdbb08568901808d09bee7cd85277839792.tar.bz2
gentoo-2c1adcdbb08568901808d09bee7cd85277839792.zip
dev-python/ipython: Add dependecy on pathlib
Gentoo-Bug: https://bugs.gentoo.org/604372 Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3789
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-5.1.0-r1.ebuild (renamed from dev-python/ipython/ipython-5.1.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-5.1.0.ebuild b/dev-python/ipython/ipython-5.1.0-r1.ebuild
index aa838af74bf3..9b6c63fee474 100644
--- a/dev-python/ipython/ipython-5.1.0.ebuild
+++ b/dev-python/ipython/ipython-5.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -35,6 +35,7 @@ CDEPEND="
wxwidgets? ( $(python_gen_cond_dep 'dev-python/wxpython:*[${PYTHON_USEDEP}]' python2_7) )"
RDEPEND="${CDEPEND}
+ virtual/python-pathlib[${PYTHON_USEDEP}]
notebook? (
dev-python/notebook[${PYTHON_USEDEP}]
dev-python/ipywidgets[${PYTHON_USEDEP}]