From 474c600b8afb6e1b8b7e0a2cdadd1907d42e3a04 Mon Sep 17 00:00:00 2001 From: Andre Aranha Date: Wed, 13 Oct 2021 09:17:56 +0000 Subject: [PATCH] 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 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindep.txt b/bindep.txt index e4b5dd1438..13e62b6bed 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]