Install PyMySQL on guest

Add PyMySQL (>=0.6.2) dependency. PyMySQL is now the preferred MySQL
client, for example it supports Python 3. See the Trove change
I65e8a8d5dc251a8b00529cdfb1a6ada3d5720f68 for the full rationale.

Use pip dependency rather than the python-pymysql package, because
the package was only added in Ubuntu Wily (15.10) and Fedora 22.

Partially implements: blueprint trove-python3
Change-Id: Id4d013d174ba40a453819f900aaa316a93e59b48
This commit is contained in:
Victor Stinner 2016-06-28 17:13:29 +02:00
parent e1fad430d4
commit a3e609e192
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ babel>=1.3
python-heatclient>=0.3.0
passlib
jinja2>=2.6
PyMySQL>=0.6.2 # MIT License
python-neutronclient>=2.3.11,<3
netifaces>=0.10.4
oslo.config>=1.9.3 # Apache-2.0

View File

@ -13,6 +13,7 @@ babel
python-heatclient>=0.2.9
passlib
jinja2
PyMySQL>=0.6.2 # MIT License
python-neutronclient>=2.3.6,<3
netifaces>=0.10.4
oslo.config>=1.4.0 # Apache-2.0