
As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble and python 3.9 to 3.12. Fixing py3.11 for mysql pkg which run on debian-bookworm. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: If0e5c39a5e72cc3ad67dcd1c9a99bfbe612d6ca8
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
mariadb-server [platform:debian]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server [platform:rpm]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server-dev-all [platform:dpkg]
|