summaryrefslogtreecommitdiff
path: root/jupyterhub
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-09 14:41:19 +0200
committerErich Eckner <git@eckner.net>2017-10-09 14:41:19 +0200
commitaca01f5456224777f995e50cdb7794d3cdbed1af (patch)
tree1ce47949113fbb055dc54c74ae214ac37470fcf5 /jupyterhub
parentdb9f9ff842d534c204fbd064c7f61eba25b9cfc2 (diff)
downloadarchlinuxewe.git.save-aca01f5456224777f995e50cdb7794d3cdbed1af.tar.xz
jupyterhub: add dependency
Diffstat (limited to 'jupyterhub')
-rw-r--r--jupyterhub/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 0a36a1f3..9b35be0c 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
arch=(any)
license=('BSD')
-depends=('python>=3.6' 'python<3.7' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
+depends=('python>=3.6' 'python<3.7' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy' 'python-oauth2')
makedepends=('bower' 'npm')
source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz")
sha512sums=('72874a311fb4e413ca53a91a31942f20fc798eacf5eb7b6673d566697cf8fb094caecf2e58efa33a0c48bbf75d64e7fd814c8768cd89e64c8a14e06dbfa3dbe9')