Add required packages to build mysql-python
The horizon deploys are failing due to missing packages required to install the mysql-python pip package. This PR adds those in. Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9 Change-Id: I20abe34118014f9bca03daadf5d1f14b7f9fd0ff
This commit is contained in:
parent
5a163fc36e
commit
6f6af10880
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user