[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 26 09:42:40 UTC 2021


    Date: Saturday, June 26, 2021 @ 09:42:40
  Author: arojas
Revision: 967520

Add missing dependency (FS#71357)

Modified:
  jupyter-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-26 09:40:15 UTC (rev 967519)
+++ PKGBUILD	2021-06-26 09:42:40 UTC (rev 967520)
@@ -2,13 +2,13 @@
 
 pkgname=jupyter-server
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila'
 arch=(any)
 url='https://jupyter.org/'
 license=(custom)
 depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado
-         python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client)
+         python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client python-requests-unixsocket)
 makedepends=(python-setuptools)
 optdepends=('jupyter-server-mathjax: to use local MathJax')
 source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)




More information about the arch-commits mailing list