Add missing packages to test dependencies

The tests are failing when running on Centos due to lack of
qemu-img package and python3-devel.
This patch is adding the missing packages to bindep.txt.

Closes-Bug: #1947146

Change-Id: I99ab96a7f8b6fdf6a27faf1fe0ea0328f89b154f
This commit is contained in:
Andre Aranha 2021-10-13 09:17:56 +00:00
parent 9b30e7fe0e
commit 474c600b8a

View File

@ -20,6 +20,9 @@ postgresql
postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm]
postgresql-server [platform:rpm]
libpython3-dev [platform:dpkg]
python3-devel [platform:rpm]
qemu [platform:dpkg devstack build-image-dib]
qemu-utils [platform:dpkg devstack build-image-dib]
qemu-img [platform:rpm]
libpq-dev [platform:dpkg]