From 89eece87f177862d3ada0f50cc1b5a5e7b987c51 Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Tue, 29 Oct 2013 16:53:40 +0400 Subject: [PATCH] Add MySQL-python to requirements Fixed bug #1245855 Change-Id: I046ef7242152187f7f9de3a2db7f7b4a429cd8e4 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 809c09b6c..3e1c3ab98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,7 @@ pycrypto>=2.6 iso8601>=0.1.4 six>=1.4.1 netaddr +MySQL-python # Note you will need gcc buildtools installed and must # have installed libxml headers for lxml to be successfully