Date: Sunday, April 3, 2022 @ 09:15:57
  Author: arojas
Revision: 1180951

nbconvert is a checkdepends

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-03 09:15:22 UTC (rev 1180950)
+++ PKGBUILD    2022-04-03 09:15:57 UTC (rev 1180951)
@@ -8,8 +8,8 @@
 url="https://github.com/jupyter/nbclient";
 license=('BSD')
 depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator' 
'python-jupyter_client' 'jupyter-nbformat')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'jupyter-nbconvert')
-checkdepends=('python-pytest-asyncio' 'python-xmltodict')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert')
 
source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('3caa3a63a2f6d7e9f4ffd61eb924a3ba353224719525677eabee8c97ae3341a1')
 

Reply via email to