[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 4 09:23:31 UTC 2022


    Date: Monday, April 4, 2022 @ 09:23:30
  Author: arojas
Revision: 1181224

Drop jupyter-notebook dependency (FS#74337)

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 09:18:46 UTC (rev 1181223)
+++ PKGBUILD	2022-04-04 09:23:30 UTC (rev 1181224)
@@ -3,13 +3,13 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=6.4.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert"
 license=('BSD')
 depends=(
-  'jupyter-notebook'
+  'jupyter-nbformat'
   'jupyter-nbclient'
   'jupyterlab_pygments'
   'python-beautifulsoup4'



More information about the arch-commits mailing list