Date: Monday, April 13, 2020 @ 22:26:12 Author: arojas Revision: 613816
Add missing python-requests dependency (FS#66246) Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-13 22:18:37 UTC (rev 613815) +++ PKGBUILD 2020-04-13 22:26:12 UTC (rev 613816) @@ -3,12 +3,12 @@ pkgname=jupyterlab_server pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Launch an application built using JupyterLab" arch=(any) url="https://jupyter.org/" license=(custom) -depends=(python-json5 jupyter-notebook) +depends=(python-json5 python-requests jupyter-notebook) makedepends=(python-setuptools) source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('b5921872746b1ca109d1852196ed11e537f8aad67a1933c1d4a8ac63f8e61cca')
