From 705624dd6f60340244bc7f9b89193b77886a6c4d Mon Sep 17 00:00:00 2001 From: yackob03 Date: Mon, 30 Sep 2013 19:55:00 -0400 Subject: [PATCH] Try install mysql-python through yum. --- .ebextensions/python27.config | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ebextensions/python27.config b/.ebextensions/python27.config index 0d7b06efb..e474fbea3 100644 --- a/.ebextensions/python27.config +++ b/.ebextensions/python27.config @@ -7,6 +7,7 @@ packages: python27-devel: [] make: [] httpd-devel: [] + MySQL-python: [] commands: # The modwsgi version currently installed on the system diff --git a/requirements.txt b/requirements.txt index 4bc49b6ff..d508a85c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,12 +4,12 @@ Flask-Mail==0.9.0 Flask-Principal==0.4.0 Jinja2==2.7.1 MarkupSafe==0.18 -MySQL-python==1.2.3 +MySQL-python==1.2.4 Werkzeug==0.9.4 argparse==1.2.1 blinker==1.3 boto==2.13.3 -distribute==0.6.27 +distribute==0.6.28 itsdangerous==0.23 peewee==2.1.4 py-bcrypt==0.4