From 1c6d6ab33b2109b7a1c6e90ec166f1d2446d577b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 23 Jul 2020 21:43:35 -0400 Subject: [PATCH] python3-jupyter_console: rebuild for new python3-prompt_toolkit Closes #23791 --- srcpkgs/python3-jupyter_console/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index d263981867..4b404987cd 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,13 +1,13 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console version=6.1.0 -revision=3 +revision=4 archs=noarch wrksrc="jupyter_console-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client - python3-prompt_toolkit2 python3-Pygments" + python3-prompt_toolkit python3-Pygments" checkdepends="$depends python3-pytest" short_desc="Jupyter terminal console (Python3)" maintainer="Alessio Sergi "