Skip to content

Commit a38d41e

Browse files
committed
Drop dep on libmysqlclient-dev
It was required to build MySQL-python bindings but, for some time, we test and rely solely on PyMySQL which is pure Python and hence does not require this dep. This package is going away as distros move towards MariaDB. Change-Id: I6004ccf28a23009a0fc07bfc9458b59a927b969a
1 parent 591e15a commit a38d41e

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

files/debs/general

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ iputils-ping
1414
libapache2-mod-proxy-uwsgi
1515
libffi-dev # for pyOpenSSL
1616
libjpeg-dev # Pillow 3.0.0
17-
libmysqlclient-dev # MySQL-python
1817
libpcre3-dev # for python-pcre
1918
libpq-dev # psycopg2
2019
libssl-dev # for pyOpenSSL

files/debs/neutron-common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ haproxy # to serve as metadata proxy inside router/dhcp namespaces
66
iptables
77
iputils-arping
88
iputils-ping
9-
libmysqlclient-dev
109
mysql-server #NOPRIME
1110
postgresql-server-dev-all
1211
python3-mysqldb

files/debs/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ iptables
88
iputils-arping
99
kpartx
1010
libjs-jquery-tablesorter # Needed for coverage html reports
11-
libmysqlclient-dev
1211
libvirt-clients # NOPRIME
1312
libvirt-daemon-system # NOPRIME
1413
libvirt-dev # NOPRIME

0 commit comments

Comments
 (0)