From 142de486bf9f2c73c28eff91eb7fe7a85409cb8b Mon Sep 17 00:00:00 2001 From: Ryuta Suzuki Date: Tue, 5 Apr 2016 11:13:17 +0900 Subject: [PATCH] python-ipython: Removed python-ipython_genutils from dependency --- mingw-w64-python-ipython/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"