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
This commit is contained in:
elajkat 2022-03-23 14:24:17 +01:00
parent ee460a3c06
commit cc2d82d138
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ 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]