
Debian 'buster' does not ship MySQL - only MariaDB is provided. All supported platforms provide MariaDB. This patch replaces MySQL with MariaDB to fix Debian Buster. Debian Jessie is omitted on purpose - no need to touch unsupported releases. Change-Id: I9084f70dee2e1ee6eb1f4933ae0f9ef8809c1adc Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com> Co-authored-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Co-authored-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
21 lines
397 B
YAML
21 lines
397 B
YAML
---
|
|
init_template: upstart_template.j2
|
|
init_dest_dir: /etc/init/
|
|
init_ext: .conf
|
|
nginx_user: www-data
|
|
mysql_service_name: mysql
|
|
required_packages:
|
|
- mariadb-server
|
|
- python-dev
|
|
- python-mysqldb
|
|
- python-configparser
|
|
- libffi-dev
|
|
- libxslt1-dev
|
|
- libssl-dev
|
|
- libxml2-dev
|
|
- nginx
|
|
- uwsgi
|
|
- uwsgi-core
|
|
# - python-django-uwsgi - This may not be needed
|
|
- uwsgi-plugin-python
|