summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-04 17:31:57 +0000
committerGrey Christoforo2019-11-04 17:31:57 +0000
commit0f8abdda7666e7d0954cc7627ae48d28519abcbf (patch)
treedc014948d99e4880487f498f9edb4660a62062a5
parente6e279182ce39cf510409abe9d8c648ab677748a (diff)
downloadaur-0f8abdda7666e7d0954cc7627ae48d28519abcbf.tar.gz
add python-yaml dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d0f4ce6a2e8..2233c150f682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = python-dash-daq
depends = python-dash-table
depends = python-future
depends = yarn
+ depends = python-yarn
source = https://github.com/plotly/dash-daq/archive/v0.2.2.tar.gz
sha256sums = 0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1
diff --git a/PKGBUILD b/PKGBUILD
index c0ec67f61d71..9aeca8d43f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Control components for Dash"
arch=('any')
url=https://github.com/plotly/dash-daq
license=('MIT')
-depends=(python python-dash python-dash-table python-future yarn)
+depends=(python python-dash python-dash-table python-future yarn python-yarn)
makedepends=(python-setuptools)
source=(https://github.com/plotly/dash-daq/archive/v${pkgver}.tar.gz)
sha256sums=('0909d5556760f8caa7e2b3e8c48e4e4e812cb1a66422e4c59ceb7cee498982c1')