mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
e70c0e0076
commit
0dcd5267d0
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue