summaryrefslogtreecommitdiff
path: root/jupyterhub
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-20 06:56:17 +0100
committerErich Eckner <git@eckner.net>2020-01-20 06:56:17 +0100
commit2f41439076550defb780a748a6c48d505203208e (patch)
treedb60aa748d2c4f6bd3bba6c99f344af8ee261d83 /jupyterhub
parent8cf3c11b863111ccf3eb8d45410d5f3a292d3d27 (diff)
downloadarchlinuxewe.git.save-2f41439076550defb780a748a6c48d505203208e.tar.xz
PKGBUILD: add python-jupyter_telemetry dependency
Diffstat (limited to 'jupyterhub')
-rw-r--r--jupyterhub/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 7f2eb141..fb2d06e7 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyterhub
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
@@ -16,6 +16,7 @@ depends=(
'python-traitlets>=4.3.2'
'python-tornado>=5.0'
'python-jinja'
+ 'python-jupyter_telemetry'
'python-pamela'
'python-oauth2>=1.0'
'python-dateutil'