dev-python/ipython: Add dependecy on pathlib
authorMarius Brehler <marbre@linux.sungazer.de>
Mon, 6 Feb 2017 07:18:55 +0000 (08:18 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 08:08:40 +0000 (09:08 +0100)
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-r1.ebuild [moved from dev-python/ipython/ipython-5.1.0.ebuild with 98% similarity]

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 aa838af74bf3a5daef654bf217ae06624bbb1da0..9b6c63fee474ee52eb1832df3f89b8ef4cda8e2b 100644 (file)
@@ -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}]