1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 05:20:32 +01:00

fix missing makedep

This commit is contained in:
Greyson Christoforo
2021-07-01 12:34:03 +01:00
parent f7d399e99e
commit 67caacfd0d
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ pkgbase = python-plotly
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = python-setuptools makedepends = python-setuptools
makedepends = npm
depends = python depends = python
depends = jupyterlab depends = jupyterlab
depends = python-matplotlib depends = python-matplotlib

View File

@@ -12,7 +12,8 @@ python-numpy
python-six python-six
python-retrying) python-retrying)
optdepends=('ipython' 'python-ipywidgets') optdepends=('ipython' 'python-ipywidgets')
makedepends=('python-setuptools') makedepends=(python-setuptools
npm)
license=('MIT') license=('MIT')
arch=('x86_64') arch=('x86_64')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")