mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
fix missing makedep
This commit is contained in:
1
.SRCINFO
1
.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
|
||||
|
||||
3
PKGBUILD
3
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")
|
||||
|
||||
Reference in New Issue
Block a user