From cefd3afcb5d8cb9514bd65f467ac13af46163480 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 5 Jul 2023 20:06:44 -0400 Subject: [PATCH] jupyterlab: add missing dependency needed for `jupyter labextension` functionality --- srcpkgs/jupyterlab/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index 65597d3b63d5..d25867cee455 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,12 +1,12 @@ # Template file for 'jupyterlab' pkgname=jupyterlab version=3.5.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket python3-jupyter_ipywidgets - python3-notebook_shim" + python3-notebook_shim python3-tomli" short_desc="JupyterLab computational environment" maintainer="dkwo " license="custom:jupyterlab"