Fix pkg name for mysql-connector-python on SUSE
The correct package name on SUSE distros is python-mysql-connector-python. Change-Id: I5250356f782f149f87f3d0ffba3380911fa437be
This commit is contained in:
parent
14f6c50b18
commit
293869fbac
@ -10,6 +10,6 @@ python-devel
|
||||
python-greenlet
|
||||
python-lxml
|
||||
python-mysql
|
||||
python-mysql.connector
|
||||
python-mysql-connector-python
|
||||
python-pysqlite
|
||||
sqlite3
|
||||
|
@ -9,7 +9,7 @@ python-greenlet
|
||||
python-iso8601
|
||||
python-kombu
|
||||
python-mysql
|
||||
python-mysql.connector
|
||||
python-mysql-connector-python
|
||||
python-Paste
|
||||
python-PasteDeploy
|
||||
python-pyudev
|
||||
|
@ -34,7 +34,7 @@ python-lockfile
|
||||
python-lxml # needed for glance which is needed for nova --- this shouldn't be here
|
||||
python-mox
|
||||
python-mysql
|
||||
python-mysql.connector
|
||||
python-mysql-connector-python
|
||||
python-numpy # needed by websockify for spice console
|
||||
python-paramiko
|
||||
python-sqlalchemy-migrate
|
||||
|
Loading…
Reference in New Issue
Block a user