diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index 8bca0ec602..f17b1e4189 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -55,8 +55,7 @@ package_python3-ipython() { "${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-traitlets" "${MINGW_PACKAGE_PREFIX}-python3-simplegeneric" - "${MINGW_PACKAGE_PREFIX}-python3-pickleshare" - "${MINGW_PACKAGE_PREFIX}-python3-ipython_genutils") + "${MINGW_PACKAGE_PREFIX}-python3-pickleshare") optdepends=("${MINGW_PACKAGE_PREFIX}-python3-nose: for IPython's test suite" "${MINGW_PACKAGE_PREFIX}-python3-pyqt4: for ipython qtconsole" "${MINGW_PACKAGE_PREFIX}-python3-sip: for ipython qtconsole" @@ -79,8 +78,7 @@ package_python2-ipython() { "${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-traitlets" "${MINGW_PACKAGE_PREFIX}-python2-simplegeneric" - "${MINGW_PACKAGE_PREFIX}-python2-pickleshare" - "${MINGW_PACKAGE_PREFIX}-python2-ipython_genutils") + "${MINGW_PACKAGE_PREFIX}-python2-pickleshare") optdepends=("${MINGW_PACKAGE_PREFIX}-python2-nose: for IPython's test suite" "${MINGW_PACKAGE_PREFIX}-python2-pyqt4: for ipython qtconsole" "${MINGW_PACKAGE_PREFIX}-python2-sip: for ipython qtconsole"