From 2c1adcdbb08568901808d09bee7cd85277839792 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 6 Feb 2017 08:18:55 +0100 Subject: [PATCH] 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 --- .../ipython/{ipython-5.1.0.ebuild => ipython-5.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-python/ipython/{ipython-5.1.0.ebuild => ipython-5.1.0-r1.ebuild} (98%) 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 aa838af74bf3a..9b6c63fee474e 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}]