summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kaiser2019-05-08 21:53:58 +0200
committerMarkus Kaiser2019-05-08 21:53:58 +0200
commitbaec7d4990181540398a2ecf46cfa23a629a7ebb (patch)
tree7d172919a83645466b1d9175bc3f8cfd0426783e
parent9cc3b0a98e474af6324b049268febbc6bb04345b (diff)
downloadaur-baec7d4990181540398a2ecf46cfa23a629a7ebb.tar.gz
Add pyviz_comms dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ddb8eccdcd..632118a3a7f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-holoviews
license = BSD
depends = python-numpy
depends = python-param
+ depends = python-pyviz_comms
options = !emptydirs
source = https://files.pythonhosted.org/packages/4a/67/1b981e3ad6cf346787f9a61a616a3c58da5d63608ae90932ac5b07746eb1/holoviews-1.12.2.tar.gz
sha256sums = 62004df8b60dff462b0e0b85506a357ba523f4b172819a2e8505992f95759444
diff --git a/PKGBUILD b/PKGBUILD
index c72abb8c5973..0d9d24c50bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Stop plotting your data - annotate your data and let it visualize itsel
arch=("any")
url="http://holoviews.org"
license=('BSD')
-depends=('python-numpy' 'python-param')
+depends=('python-numpy' 'python-param' 'python-pyviz_comms')
options=(!emptydirs)
source=('https://files.pythonhosted.org/packages/4a/67/1b981e3ad6cf346787f9a61a616a3c58da5d63608ae90932ac5b07746eb1/holoviews-1.12.2.tar.gz')
sha256sums=('62004df8b60dff462b0e0b85506a357ba523f4b172819a2e8505992f95759444')