mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/ipywidgets: Remove unnecessary jupyterlab_widgets dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user