development/jupyterlab: Remove jupyter-notebook dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-08-01 20:01:46 -07:00 committed by Willy Sudiarto Raharjo
parent e70c0e0076
commit 0dcd5267d0
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyterlab
VERSION=${VERSION:-3.4.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,6 +83,9 @@ find -L . \
sed -e '/nbclassic/d' -i setup.cfg
patch -p1 < $CWD/no-nbclassic.patch
# Remove jupyter-notebook requirement from setup.cfg
sed -e '/notebook/d' -i setup.cfg
# Fix /etc/jupyter path
sed 's|etc|/etc|' -i setup.py