Remove MySQL-python from the dependency list

MySQL is not a recommended database for production environments. The
dependency to the mysql python library was added to be able to run
Marconi on the gate.

Since we're not willing to promote sqlalchemy as the recommended driver,
it makes sense to remove the mysql dependency from the dependencies
list.

Closes-bug: #1308500

Change-Id: Ic83707cb145d752b30e285f1a25376525a80079c
This commit is contained in:
Flavio Percoco 2014-04-16 13:55:17 +02:00
parent ec302a5c90
commit 80befb5b9c

View File

@ -6,7 +6,6 @@ falcon>=0.1.6,<0.2.0
jsonschema>=2.0.0,<3.0.0
iso8601>=0.1.9
msgpack-python
MySQL-python
posix_ipc
pymongo>=2.4
python-keystoneclient>=0.7.0