From 1c201f09478955d50ca85b3badedc1418a9f7d54 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 13 Sep 2024 22:11:27 +0900 Subject: [PATCH] Make sure qemu-img command is available in debian/suse The qemu-img command is required not only in Red Hat family but in the other families such as Ubuntu, Debian or OpenSUSE. Ensure the command is installed by bindep. Change-Id: I94960fc644e2b8524d14633960a88a71437f0618 --- bindep.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 4e546fb86f..4da9b28a3a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -90,7 +90,9 @@ libguestfs0 [platform:dpkg imagebuild] libguestfs [platform:rpm imagebuild devstack] libguestfs-tools [platform:dpkg devstack] python3-guestfs [platform:dpkg imagebuild] -qemu-img [platform:rpm devstack] +qemu-img [platform:redhat devstack] +qemu-tools [platform:suse devstack] +qemu-utils [platform:dpkg devstack] # for TinyIPA build wget [imagebuild] python3-pip [imagebuild]