summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--academic/sympy/README9
-rw-r--r--academic/sympy/sympy.info2
2 files changed, 2 insertions, 9 deletions
diff --git a/academic/sympy/README b/academic/sympy/README
index 5e3f8954c8..e56e692416 100644
--- a/academic/sympy/README
+++ b/academic/sympy/README
@@ -4,11 +4,4 @@ code as simple as possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and does not require
any external libraries.
-If you install iPython on your machine, sympy could take advantage of it.
-
-Optional dependency (as of version 0.7.1): pyglet, needed only for
-plotting.
-
-NOTE: Please read
-https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.0 for backward
-compatibility issues with sympy 0.6.x.
+Optional dependencies are pyglet (needed only for plotting) and ipython.
diff --git a/academic/sympy/sympy.info b/academic/sympy/sympy.info
index 9b265009f0..f342492383 100644
--- a/academic/sympy/sympy.info
+++ b/academic/sympy/sympy.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://sympy.googlecode.com/files/sympy-0.7.1.tar.gz"
MD5SUM="3847b5ed5c1531bf3c1b849dc2337253"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ipython"
+REQUIRES=""
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"