mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
committed by
David Seifert
parent
c5749ef3cc
commit
2c1adcdbb0
@@ -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}]
|
||||
Reference in New Issue
Block a user