[arch-commits] Commit in jupyter-server/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue May 11 17:46:15 UTC 2021
Date: Tuesday, May 11, 2021 @ 17:46:14
Author: arojas
Revision: 930328
Add missing websocket-client dependency
Modified:
jupyter-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 17:45:59 UTC (rev 930327)
+++ PKGBUILD 2021-05-11 17:46:14 UTC (rev 930328)
@@ -2,13 +2,13 @@
pkgname=jupyter-server
pkgver=1.7.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-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client)
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