From 37b3d026b8830d7a49d01885d98884aab3e472e2 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Wed, 23 Sep 2015 11:36:53 +0800 Subject: [PATCH] Fix for faafo install The line installing the mysql library made it fail on ubuntu 14.04. The pymysql library works just fine and is already in requirements, so update the requirements to remove the dodgy line Change-Id: I83626ada5f2e26a6eac12676a6e3aa07d4e4b81f --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 810e7ca..a8d9e06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ pbr>=1.6 anyjson>=0.3.3 eventlet>=0.17.4 -MySQL-python;python_version=='2.7' PyMySQL>=0.6.2 # MIT License Pillow==2.4.0 # MIT requests>=2.5.2