mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/jupyterlab: fix
This commit is contained in:
parent
91f7f21dfe
commit
263b381880
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue