From 21db401928b2415ad85efe7a57419ebdcc7d1d63 Mon Sep 17 00:00:00 2001 From: dkwo Date: Mon, 12 Dec 2022 15:43:58 -0500 Subject: [PATCH] jupyterlab: add missing dep --- srcpkgs/jupyterlab/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index d10fe2436e2319..65597d3b63d5dc 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,11 +1,12 @@ # Template file for 'jupyterlab' pkgname=jupyterlab version=3.5.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyterlab_server nodejs python3-nbclassic - python3-requests-unixsocket python3-jupyter_ipywidgets" + python3-requests-unixsocket python3-jupyter_ipywidgets + python3-notebook_shim" short_desc="JupyterLab computational environment" maintainer="dkwo " license="custom:jupyterlab"