diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2017-02-06 08:18:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-06 09:08:40 +0100 |
commit | 2c1adcdbb08568901808d09bee7cd85277839792 (patch) | |
tree | 9ba485def24f617bc11fde30246600a27fb57d6a /dev-python | |
parent | c5749ef3cce4c04c359df5bfaf0dddec71b21b00 (diff) | |
download | gentoo-2c1adcdbb08568901808d09bee7cd85277839792.tar.gz gentoo-2c1adcdbb08568901808d09bee7cd85277839792.tar.xz |
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')
-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 aa838af74bf..9b6c63fee47 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}] |