extra/jupyterlab: fix

This commit is contained in:
Kevin Mihelich 2024-05-06 18:19:22 +00:00
parent 91f7f21dfe
commit 263b381880

View file

@ -2,6 +2,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - export --max-old-space-size option to fix 32-bit FTBFS
# - moved npm from checkdepends to makedepends
pkgname=jupyterlab
_pipname=jupyterlab
@ -26,12 +27,12 @@ depends=(jupyter-notebook-shim
makedepends=(git
python-build
python-hatch-jupyter-builder
python-installer)
python-installer
npm)
optdepends=('jupyter-collaboration: collaborative mode'
'jupyterlab-widgets: ipywidgets support'
'npm: to install extensions')
checkdepends=(npm
python-jupyter-server-terminals
checkdepends=(python-jupyter-server-terminals
python-pytest-jupyter
python-pytest-tornasync)
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)