summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-08-25 16:45:09 +0200
committerwillemw122015-08-25 16:45:09 +0200
commit59fe9b6aee449f6370e22ecf6d5aadb3012e50c0 (patch)
treecccc9a8908585e982ab1b8885394384d65984bfc
parent55c955033ec7afd1b16e21123c8868d5f137dc07 (diff)
downloadaur-59fe9b6aee449f6370e22ecf6d5aadb3012e50c0.tar.gz
Remove optdepends: ipython (already a dependency of jupyter)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4aaa0c3c12e..f53e7e0cb403 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -45,7 +45,6 @@ pkgname = spyder3-git
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = python-pylint: powerful code analysis
- optdepends = ipython: enhanced Python interpreter
optdepends = python-rope: editor code completion, calltips and go-to-definition
optdepends = python-sphinx: rich text help on the object inspector
optdepends = python-numpy: N-dimensional arrays
diff --git a/PKGBUILD b/PKGBUILD
index a116fbf76b49..5571c7d33090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,6 @@ package_spyder3-git() {
#'ipython<4.0: enhanced Python interpreter'
#'jupyter>=4.0: enhanced Python interpreter (qtconsole)'
optdepends=('python-pylint: powerful code analysis'
- 'ipython: enhanced Python interpreter'
'python-rope: editor code completion, calltips and go-to-definition'
'python-sphinx: rich text help on the object inspector'
'python-numpy: N-dimensional arrays'