Remove dependency on MySQL-python.

Tempest does not depend on MySQL, it depends on sqlalchemy. If the
cloud it's on was installed using MySQL, then MySQL will be instaled.
If it was installed using PostGres, then postgres will be instaled.
This dependency is misleading.

Change-Id: I9ad5fd3268fd35e20ec87a800123e522e34844c4
diff --git a/requirements.txt b/requirements.txt
index df9951d..606d7ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,4 +19,3 @@
 oslo.config>=1.1.0
 # Needed for whitebox testing
 sqlalchemy
-MySQL-python