From 67caacfd0d5965dfbd441d027d3be5beaea10eff Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Thu, 1 Jul 2021 12:34:03 +0100 Subject: [PATCH] fix missing makedep --- .SRCINFO | 1 + PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 6b55930..3a64674 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,7 @@ pkgbase = python-plotly arch = x86_64 license = MIT makedepends = python-setuptools + makedepends = npm depends = python depends = jupyterlab depends = python-matplotlib diff --git a/PKGBUILD b/PKGBUILD index 36818b9..452f246 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,8 @@ python-numpy python-six python-retrying) optdepends=('ipython' 'python-ipywidgets') -makedepends=('python-setuptools') +makedepends=(python-setuptools +npm) license=('MIT') arch=('x86_64') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")