Merge "Add required packages to build mysql-python"

This commit is contained in:
Zuul 2018-06-25 15:54:11 +00:00 committed by Gerrit Code Review
commit dcbbb76bef
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ horizon_distro_packages:
- cron # required by the Ansible cron module
- git
- libapache2-mod-wsgi
- libmariadbclient-dev # required to build MySQL-python
- libssl-dev
- libxslt1.1
- openssl

View File

@ -29,6 +29,7 @@ horizon_distro_packages:
- openssl
- openssl-libs
- which
- MariaDB-devel # required to build MySQL-python
horizon_apache_conf: "/etc/httpd/conf/httpd.conf"
horizon_apache_default_log_folder: "/var/log/httpd"

View File

@ -28,6 +28,7 @@ horizon_distro_packages:
- openssl
- libopenssl-devel
- which
- MariaDB-devel # required to build MySQL-python
horizon_apache_conf: "/etc/apache2/httpd.conf"
horizon_apache_default_log_folder: "/var/log/apache2"