summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoekce2023-10-28 23:05:08 +0200
committergoekce2023-10-28 23:05:08 +0200
commit83e68518664d4a0d75677fe5e5b6064647817dbe (patch)
treea92687881bbb7f86b4e7c423fe490ef6edcab339 /PKGBUILD
parent08601f80bf530df02bfa18e6f3f1f2da1122580c (diff)
downloadaur-jupyter-nbgrader-git.tar.gz
remove duplicate deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1f350a5d728..59bb088a7152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _name=${_name_wogit#"$_realm"-}
provides=("$_name_wogit")
conflicts=("$_name_wogit")
pkgver=v0.9.1.r1.g2ef44515
-pkgrel=1
+pkgrel=2
pkgdesc="A system for assigning and grading notebooks"
arch=(any)
url=https://github.com/$_realm/$_name
@@ -34,11 +34,7 @@ depends=(
python-types-python-dateutil
python-terminado
python-debugpy
- jupyterlab
jupyter-lsp
- python-types-python-dateutil
- python-terminado
- python-debugpy
# Additional optional deps from jsonschema probably due to https://github.com/jupyter/jupyter_events/blob/9b99f6718a3bb2686aab51e17f5c7ee276baf316/pyproject.toml#L31C4-L33C112
python-fqdn