summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-04-27 12:07:23 +0800
committerUniversebenzene2022-04-27 12:07:23 +0800
commit414496e5d13c0b4a8f4da05ed18ec6cd4a64d045 (patch)
tree975106f73b039520e475f0ca4759cf6b113b35b0
parent5a44434e2d41ea45cf86732bb66ab33538745d12 (diff)
downloadaur-414496e5d13c0b4a8f4da05ed18ec6cd4a64d045.tar.gz
Update checkdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61a1895786b..aa711304f091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = python-jupyter_sphinx
license = BSD
checkdepends = python-sphinx
checkdepends = jupyter-nbconvert
+ checkdepends = jupyterlab-widgets
+ checkdepends = jupyter-widgetsnbextension
makedepends = python-setuptools
source = https://files.pythonhosted.org/packages/source/j/jupyter_sphinx/jupyter_sphinx-0.3.2.tar.gz
md5sums = e7ab370d9793be5b20bce5447ccbd45b
diff --git a/PKGBUILD b/PKGBUILD
index e7ca623e1803..f5f426105688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://jupyter-sphinx.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools')
#'python-wheel' 'python-build' 'python-installer')
-checkdepends=('python-sphinx' 'jupyter-nbconvert')
+checkdepends=('python-sphinx' 'jupyter-nbconvert' 'jupyterlab-widgets' 'jupyter-widgetsnbextension')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('e7ab370d9793be5b20bce5447ccbd45b')