Browse code

Fix pkg name for mysql-connector-python on SUSE

The correct package name on SUSE distros is python-mysql-connector-python.

Change-Id: I5250356f782f149f87f3d0ffba3380911fa437be

Thomas Bechtold authored on 2014/09/25 14:55:15
Showing 3 changed files
... ...
@@ -10,6 +10,6 @@ python-devel
10 10
 python-greenlet
11 11
 python-lxml
12 12
 python-mysql
13
-python-mysql.connector
13
+python-mysql-connector-python
14 14
 python-pysqlite
15 15
 sqlite3
... ...
@@ -9,7 +9,7 @@ python-greenlet
9 9
 python-iso8601
10 10
 python-kombu
11 11
 python-mysql
12
-python-mysql.connector
12
+python-mysql-connector-python
13 13
 python-Paste
14 14
 python-PasteDeploy
15 15
 python-pyudev
... ...
@@ -34,7 +34,7 @@ python-lockfile
34 34
 python-lxml # needed for glance which is needed for nova --- this shouldn't be here
35 35
 python-mox
36 36
 python-mysql
37
-python-mysql.connector
37
+python-mysql-connector-python
38 38
 python-numpy # needed by websockify for spice console
39 39
 python-paramiko
40 40
 python-sqlalchemy-migrate