mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/jupyter_server_mathjax: do not call npm
Closes: https://bugs.gentoo.org/820317 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -24,3 +24,11 @@ BDEPEND="
|
||||
RDEPEND="dev-python/jupyter_server[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
# Don't try (and fail) to fetch things from the internet with npm
|
||||
# https://bugs.gentoo.org/820317
|
||||
sed -i -e '/install_npm(here)/d' setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user