mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
add some makedeps
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -6,6 +6,9 @@ pkgbase = python-plotly
|
|||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
|
makedepends = python-jupyter_core
|
||||||
|
makedepends = python-tornado
|
||||||
|
makedepends = jupyterlab
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = python
|
depends = python
|
||||||
depends = jupyterlab
|
depends = jupyterlab
|
||||||
|
|||||||
3
PKGBUILD
3
PKGBUILD
@@ -13,6 +13,9 @@ python-six
|
|||||||
python-retrying)
|
python-retrying)
|
||||||
optdepends=('ipython' 'python-ipywidgets')
|
optdepends=('ipython' 'python-ipywidgets')
|
||||||
makedepends=(python-setuptools
|
makedepends=(python-setuptools
|
||||||
|
python-jupyter_core
|
||||||
|
python-tornado
|
||||||
|
jupyterlab
|
||||||
npm)
|
npm)
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|||||||
Reference in New Issue
Block a user