From 17b23c80cfcb8eaf6f60dcdc8c25633b4181c281 Mon Sep 17 00:00:00 2001
From: David Beauchamp <david@archlinuxarm.org>
Date: Tue, 11 Jul 2023 14:41:57 -0400
Subject: [PATCH] extra/jupyterlab to 4.0.2-3

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

diff --git a/extra/jupyterlab/PKGBUILD b/extra/jupyterlab/PKGBUILD
index 820233070..f5e34aeec 100644
--- a/extra/jupyterlab/PKGBUILD
+++ b/extra/jupyterlab/PKGBUILD
@@ -6,13 +6,13 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='JupyterLab computational environment'
 arch=(any)
 url='https://github.com/jupyterlab/jupyterlab'
 license=(custom)
 makedepends=(python-build python-installer python-hatch-jupyter-builder)
-depends=(python-jupyterlab_server python-jupyter-packaging python-async-lru jupyter-notebook-shim nodejs)
+depends=(python-jupyterlab_server python-async-lru jupyter-notebook-shim nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support' 'jupyter-collaboration: collaborative mode')
 checkdepends=(python-pytest-tornasync python-pytest-jupyter npm python-jupyter-server-terminals)
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)