summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-11-05 11:33:18 +0100
committerJustin Lecher <jlec@gentoo.org>2016-11-05 11:35:46 +0100
commit1ba65cdc0162b073450fb4bcf30d1a3b8bd9d53b (patch)
tree1bea57e38f64cd3083f60a3532445a4ca8545b4d /dev-python/jupyter_core
parentmedia-sound/ncmpcpp: Update live ebuild. (diff)
downloadgentoo-1ba65cdc0162b073450fb4bcf30d1a3b8bd9d53b.tar.gz
gentoo-1ba65cdc0162b073450fb4bcf30d1a3b8bd9d53b.tar.bz2
gentoo-1ba65cdc0162b073450fb4bcf30d1a3b8bd9d53b.zip
dev-python/jupyter{,_core}: Backport patch to avoid File collision
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=589750 Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_core')
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild
index c967a5e89f4b..21738d9c38a6 100644
--- a/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.2.0.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
dev-python/traitlets[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
+ !!<dev-python/jupyter-1.0.0-r1
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/pytest[${PYTHON_USEDEP}]