From 0cc911bf2f5041100f61fbab265676b69a3fe14c Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Tue, 30 Mar 2021 18:29:11 +0530 Subject: [PATCH] ipython: fix dependency looks like a problem with updator --- mingw-w64-python-ipython/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index 5398292346..0b3a3a7afc 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-backcall" "${MINGW_PACKAGE_PREFIX}-python-decorator" "${MINGW_PACKAGE_PREFIX}-python-jedi" "${MINGW_PACKAGE_PREFIX}-python-pickleshare" - "${MINGW_PACKAGE_PREFIX}-python-prompt-toolkit" + "${MINGW_PACKAGE_PREFIX}-python-prompt_toolkit" "${MINGW_PACKAGE_PREFIX}-python-pygments" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-traitlets"