commit:     2c1adcdbb08568901808d09bee7cd85277839792
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  6 07:18:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 08:08:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1adcdb

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

 dev-python/ipython/{ipython-5.1.0.ebuild => ipython-5.1.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipython/ipython-5.1.0.ebuild 
b/dev-python/ipython/ipython-5.1.0-r1.ebuild
similarity index 98%
rename from dev-python/ipython/ipython-5.1.0.ebuild
rename to dev-python/ipython/ipython-5.1.0-r1.ebuild
index aa838af..9b6c63f 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}]

Reply via email to