diff options
author | Erich Eckner <git@eckner.net> | 2019-05-07 15:33:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-07 15:33:45 +0200 |
commit | c3df1d2ff3466ffb927c4c5ce8b1ca6f4344357b (patch) | |
tree | 85ef2793c376080c5eba4be9968270f4f69f1165 /jupyterhub | |
parent | bb61aff2b8452642fe3af0f824ce5b7cd0cf48e9 (diff) | |
download | archlinuxewe-c3df1d2ff3466ffb927c4c5ce8b1ca6f4344357b.tar.xz |
jupyterhub: depends on python-certipy
Diffstat (limited to 'jupyterhub')
-rw-r--r-- | jupyterhub/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD index 1290c3868..37ef1272d 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' |