dev-python/ipywidgets: Remove unnecessary jupyterlab_widgets dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-02-22 10:42:33 +01:00
parent 2bfc5d9aff
commit 3a7606484d

View File

@@ -30,3 +30,10 @@ distutils_enable_tests pytest
PATCHES=(
"${FILESDIR}/${PN}-7.6.3-py310.patch"
)
src_prepare() {
# upstream hack to autoconfigure ipywidgets in jupyter
# we don't have jupyterlab_widgets packaged
sed -i -e '/jupyterlab_widgets/d' setup.py || die
distutils-r1_src_prepare
}