tap-as-a-service/bindep.txt
elajkat cc2d82d138 py310: Add rpm packages to bindep.txt
py310 test from Zed job template openstack-python3-zed-jobs-neutron
uses fedora-35 node type, thus fails for taas as mysql_admin is used
by test-setup.sh, but binary dependencies are not installed.

This patch adds rpm binary dependencies.

Change-Id: I4593f8f869122f30657c7d991b39c60779ad7e94
2022-04-26 18:14:09 +02:00

16 lines
530 B
Plaintext

# This is a cross-platform list tracking distribution packages needed for install and tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
libpq-dev [platform:dpkg test]
mysql-client [platform:dpkg test]
mysql-server [platform:dpkg test]
postgresql [test]
postgresql-client [platform:dpkg test]
libpq-devel [platform:rpm test]
mariadb [platform:rpm test]
mariadb-devel [platform:rpm test]
mariadb-server [platform:rpm test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]