From 24c9bd23ff15c08a662fa4e539ad5d58d2febf4a Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Thu, 15 Jul 2021 13:16:08 +0100 Subject: [PATCH] add some makedeps --- .SRCINFO | 3 +++ PKGBUILD | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index 3a64674..f64fc16 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 452f246..7aa2482 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')