summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaciej Dems2023-08-02 09:44:57 +0200
committerMaciej Dems2023-08-02 09:44:57 +0200
commit0500ee3eea83fb9fdd7a34c5c7908668db81fe60 (patch)
tree164a518c4a1993d190222cf22a29cd10781b82f1 /PKGBUILD
parentc5077214e7a14793c59d50d81416abd7cb268964 (diff)
downloadaur-python-ikernel-remote.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1de097775e34..2fa2beb3f2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@ pkgbase='python-ikernel-remote'
pkgname=('python-ikernel-remote')
_module='ikernel_remote'
pkgver='1.0.2'
-pkgrel=2
+pkgrel=3
pkgdesc="Running IPython kernels remotely and through batch queues"
url="https://github.com/macdems/ikernel_remote"
-depends=('python' 'python-pexpect' 'jupyter-notebook')
+depends=('python' 'python-pexpect' 'jupyter-notebook' 'jupyter-lsp')
conflicts=('jupyter-nbclassic')
makedepends=('python-build' 'python-installer')
license=('BSD')