From 863735c202c1a5a32513635ce7f0b65675253751 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 3 Mar 2021 14:16:13 +0100 Subject: [PATCH] Relax requirement of diskimage-builder Version 3.4.0 breaks bifrost on stable/victoria as the upper constraints is set to 3.2.1, this version should be enough to work fine with centos stream even if it doesn't officially supports it. Change-Id: I6a278b11ed6d14661be87cfeee4bec03c42f0f9d --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cd24f5..0cdeecb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -diskimage-builder>=3.4.0 # Apache-2.0 +diskimage-builder>=3.2.1 # Apache-2.0