Date: Thursday, December 24, 2020 @ 09:30:08
  Author: arojas
Revision: 786913

Update dependencies

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-24 09:29:40 UTC (rev 786912)
+++ PKGBUILD    2020-12-24 09:30:08 UTC (rev 786913)
@@ -4,12 +4,12 @@
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Launch an application built using JupyterLab"
 arch=(any)
 url="https://jupyter.org/";
 license=(custom)
-depends=(jupyter-server jupyter-notebook)
+depends=(jupyter-server python-requests python-json5 python-babel)
 makedepends=(python-setuptools)
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)

Reply via email to