Skip to content

Commit

Permalink
dev-python/ipykernel: do not mangle the python call.
Browse files Browse the repository at this point in the history
  Upstream has already fixed it.

Suggested-By: Denis Lisov
Bug: https://bugs.gentoo.org/628222
Closes: https://bugs.gentoo.org/703748
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Dec 27, 2019
1 parent e2e1e9f commit f80be0a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dev-python/ipykernel/ipykernel-5.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ DEPEND="${RDEPEND}
dev-python/flaky[${PYTHON_USEDEP}] )"

distutils_enable_tests pytest

python_install() {
distutils-r1_python_install

# bug 628222, specify python 2 or 3.
sed -e "/language/!s:python:${EPYTHON%.*}:" \
-i "${ED}"/usr/share/jupyter/kernels/${EPYTHON%.*}/kernel.json || die
}

0 comments on commit f80be0a

Please sign in to comment.