From d40d3eb9f04b069d9bc011d92d44057ba841a06c Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 14 Apr 2014 00:54:37 +0200
Subject: [PATCH] IPython 2.0.0 requires Python Version 2.7 or above.

---
 stack/erp5/buildout.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 3cc54e37f..f29372e11 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -568,6 +568,9 @@ setuptools = 2.2
 # huBarcode 1.0.0 has an issue with importing PIL.
 huBarcode = 0.63
 
+# IPython 2.0.0 requires Python Version 2.7 or above.
+ipython = 1.2.1
+
 # Known version with works
 numpy = 1.6.2
 
@@ -648,7 +651,6 @@ httplib2 = 0.8
 iniparse = 0.4
 inotifyx = 0.2.0-1
 ipdb = 0.8
-ipython = 2.0.0
 itsdangerous = 0.24
 lock-file = 2.0
 logilab-common = 0.61.0
-- 
2.30.9