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
This commit is contained in:
Marius Brehler
2017-02-06 08:18:55 +01:00
committed by David Seifert
parent c5749ef3cc
commit 2c1adcdbb0

View 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}]