summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jupyterhub/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 1290c386..37ef1272 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyterhub
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
@@ -12,6 +12,7 @@ depends=(
'python<3.8'
'python-alembic'
'python-async_generator>=1.8'
+ 'python-certipy'
'python-traitlets>=4.3.2'
'python-tornado>=5.0'
'python-jinja'