summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-08-02 05:01:46 +0200
committer Willy Sudiarto Raharjo2022-08-06 15:15:59 +0200
commit0dcd5267d02a7b9196b6a1f4d0a1512c09be3287 (patch)
treeec37699b06cc5fe915979e5fdb980e23d6801911
parente70c0e0076ec23ff2e6d74ae759909e7ee3128d4 (diff)
downloadslackbuilds-0dcd5267d02a7b9196b6a1f4d0a1512c09be3287.tar.gz
development/jupyterlab: Remove jupyter-notebook dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyterlab/jupyterlab.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/development/jupyterlab/jupyterlab.SlackBuild b/development/jupyterlab/jupyterlab.SlackBuild
index 4bad318740..1f10df5dad 100644
--- a/development/jupyterlab/jupyterlab.SlackBuild
+++ b/development/jupyterlab/jupyterlab.SlackBuild
@@ -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