[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jun 4 07:53:38 UTC 2022
Date: Saturday, June 4, 2022 @ 07:53:37
Author: arojas
Revision: 1220742
Add missing ipython-genutils dependency
Modified:
jupyter-notebook/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 07:19:46 UTC (rev 1220741)
+++ PKGBUILD 2022-06-04 07:53:37 UTC (rev 1220742)
@@ -3,7 +3,7 @@
pkgname=jupyter-notebook
_pipname=notebook
pkgver=6.4.11
-pkgrel=1
+pkgrel=2
pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
arch=('any')
url="https://github.com/jupyter/notebook"
@@ -11,7 +11,7 @@
depends=('python-jinja' 'python-tornado' 'python-terminado'
'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
'python-jupyter_client' 'mathjax2' 'python-send2trash'
- 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi')
+ 'jupyter-nbconvert' 'python-prometheus_client' 'python-argon2_cffi' 'python-ipython-genutils')
# Much of their official dependency tree appears inverted and circular?
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-jupyter_packaging')
checkdepends=('python-pytest' 'python-selenium' 'python-requests')
More information about the arch-commits
mailing list