From 23bc245cd01a2dd99c563e1d73e45a5b61410011 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 28 Nov 2017 14:03:15 +1100 Subject: [PATCH] Use qemu-img in bindep The qemu-img-ev package comes from the virtualization sig backports. These stopped getting installed with I747c2b8754effbc6ec82af3bf7543fd9599a6c14. I believe that this is really installing these dependencies for dib to convert the image, and that works with the standard qemu-img package. Change-Id: I0c09c54f7ace4ac28942b733cbc6dfe42436ecdc --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index ccf2bbd37..fe4a59f72 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,7 +2,7 @@ # see http://docs.openstack.org/infra/bindep/ for additional information. xfsprogs [platform:rpm test] -qemu-img-ev [platform:rpm test] +qemu-img [platform:rpm test] libffi-dev [platform:dpkg] libffi-devel [platform:rpm] libssl-dev [platform:dpkg test]