summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-07-15 13:16:08 +0100
committerGreyson Christoforo2021-07-15 13:16:08 +0100
commit24c9bd23ff15c08a662fa4e539ad5d58d2febf4a (patch)
tree81d7e9dd3801a1971f6e847c2e9c4084f49823f3
parent67caacfd0d5965dfbd441d027d3be5beaea10eff (diff)
downloadaur-24c9bd23ff15c08a662fa4e539ad5d58d2febf4a.tar.gz
add some makedeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a646747a314..f64fc16cdba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 452f24618d82..7aa24820edff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')