Skip to content

Commit 293869f

Browse files
committed
Fix pkg name for mysql-connector-python on SUSE
The correct package name on SUSE distros is python-mysql-connector-python. Change-Id: I5250356f782f149f87f3d0ffba3380911fa437be
1 parent 14f6c50 commit 293869f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

files/rpms-suse/keystone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ python-devel
1010
python-greenlet
1111
python-lxml
1212
python-mysql
13-
python-mysql.connector
13+
python-mysql-connector-python
1414
python-pysqlite
1515
sqlite3

files/rpms-suse/neutron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python-greenlet
99
python-iso8601
1010
python-kombu
1111
python-mysql
12-
python-mysql.connector
12+
python-mysql-connector-python
1313
python-Paste
1414
python-PasteDeploy
1515
python-pyudev

files/rpms-suse/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python-lockfile
3434
python-lxml # needed for glance which is needed for nova --- this shouldn't be here
3535
python-mox
3636
python-mysql
37-
python-mysql.connector
37+
python-mysql-connector-python
3838
python-numpy # needed by websockify for spice console
3939
python-paramiko
4040
python-sqlalchemy-migrate

0 commit comments

Comments
 (0)