python-ipython: Removed python-ipython_genutils from dependency

This commit is contained in:
Ryuta Suzuki
2016-04-05 11:13:17 +09:00
parent 452e289184
commit 142de486bf

View File

@@ -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"