From c3df1d2ff3466ffb927c4c5ce8b1ca6f4344357b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 7 May 2019 15:33:45 +0200 Subject: jupyterhub: depends on python-certipy --- jupyterhub/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jupyterhub') 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' -- cgit v1.2.3-54-g00ecf