From bdac306b163a1d9d456e0598bfeb95391b48bb63 Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Fri, 13 Sep 2013 15:26:53 +0800 Subject: [PATCH] Update requirements not to boto 2.13.0 Latest boto 2.13.0 has a bug which lead to unit tests fails, before it's fixed avoid use this version. Fix bug #1224832 Change-Id: I8a81adfc0cb0ad37d27b11db3c881735a099a95c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 341a41e46d..64a65f51b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ SQLAlchemy>=0.7.8,<=0.7.99 amqplib>=0.6.1 anyjson>=0.3.3 argparse -boto>=2.4.0 +boto>=2.4.0,!=2.13.0 eventlet>=0.13.0 Jinja2 kombu>=2.4.8