Remove MariaDB library installation

We do not need to install these packages in this role, because
the galera_client/galera_server role installs the right packages
wherever they're needed to facilitate the Ansible mysql modules.

Change-Id: I0250dc146658301521ddb696d07d356f0bb42777
This commit is contained in:
Jesse Pretorius 2018-09-15 12:44:21 -06:00 committed by Jesse Pretorius (odyssey4me)
parent ea34aeee23
commit 5e181ca72e
3 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ repo_build_distro_packages:
- librados2-devel # required to build cradox
- libvirt-devel # required to build libvirt-python
- libxslt-devel # required to build lxml
- MariaDB-devel # required to build MySQL-python
- moreutils # provides `ts` command to timestamp pip logs
- openldap-devel # required to build python-ldap
- pcre-devel # required to build uwsgi

View File

@ -26,7 +26,6 @@ repo_build_distro_packages:
- libvirt-devel # required to build libvirt-python
- libxslt1
- libxslt-devel # required to build lxml
- MariaDB-devel # required to build MySQL-python
- moreutils # provides `ts` command to timestamp pip logs
- cyrus-sasl-devel # required to build python-ldap
- openldap2-devel # required to build python-ldap

View File

@ -25,7 +25,6 @@ repo_build_distro_packages:
- libjpeg-dev # required to build pillow
- libkrb5-dev # required to build pykerberos
- libldap2-dev # required to build python-ldap
- libmariadbclient-dev # required to build MySQL-python
- libpcre3-dev # required to build uwsgi
- libpq-dev # required to build psycopg2
- librados-dev # required to build cradox