1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

add some makedeps

This commit is contained in:
Greyson Christoforo
2021-07-15 13:16:08 +01:00
parent 67caacfd0d
commit 24c9bd23ff
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ pkgbase = python-plotly
arch = x86_64
license = MIT
makedepends = python-setuptools
makedepends = python-jupyter_core
makedepends = python-tornado
makedepends = jupyterlab
makedepends = npm
depends = python
depends = jupyterlab

View File

@@ -13,6 +13,9 @@ python-six
python-retrying)
optdepends=('ipython' 'python-ipywidgets')
makedepends=(python-setuptools
python-jupyter_core
python-tornado
jupyterlab
npm)
license=('MIT')
arch=('x86_64')