From 9c83e8a95eb583488d105926d655ab03944dab0f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 8 Apr 2021 19:09:57 +1000 Subject: [PATCH] Require dib 3.9.0 Remember how Ib36483bbed95a04fb6a0e656b1890138c8002203 had some fixes for ARM64 building? ... well this has more to fix the bootloader installation :) Change-Id: I4ce8f4af8c7cdd4610a723ccd8379982c9ad4cc3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecd40346b..f212fe6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PrettyTable>=0.6,<0.8 # 0.28.0-0.31.0 fail to upload images with glance tasks. # 0.31.1 and 0.31.2 have a bug with image deletion in tasks API openstacksdk>=0.27.0,!=0.28.0,!=0.29.0,!=0.30.0,!=0.31.0,!=0.31.1,!=0.31.2 -diskimage-builder>=3.8.0 +diskimage-builder>=3.9.0 voluptuous kazoo>=2.8.0 Paste