summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2021-07-01 12:34:03 +0100
committerGreyson Christoforo2021-07-01 12:34:03 +0100
commit67caacfd0d5965dfbd441d027d3be5beaea10eff (patch)
tree1b93c57f665694df742a65ed9e85463209cbfe73
parentf7d399e99e9ad41685e17016b0862271579ab70c (diff)
downloadaur-67caacfd0d5965dfbd441d027d3be5beaea10eff.tar.gz
fix missing makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b55930ed7ec..3a646747a314 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 36818b904b1f..452f24618d82 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")