From b133d4d0c90f0452bef543970e38076a724c6b27 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 18 May 2021 10:06:23 +0200 Subject: [PATCH] Update requirements for diskimage-builder Support for Centos8 Stream was added in diskimage-builder version 3.4.0 [1] Now that we have stable branches in ipa-builder, we can finally update this requirement that was breaking bifrost on stable/victoria [2] This will also fix potential issues when building rpms in RDO as the min dib version has been set to 3.4.0 already in the spec [3] [1] https://github.com/openstack/diskimage-builder/commit/cbeca0babd1af6a001d9ed5360d31926b30d789b [2] https://opendev.org/openstack/ironic-python-agent-builder/commit/863735c202c1a5a32513635ce7f0b65675253751 [3] https://github.com/rdo-packages/ironic-python-agent-builder-distgit/blob/rpm-master/openstack-ironic-python-agent-builder.spec#L32 Change-Id: Ifdc28956aaf74f84f4f2286ab211c56b6cbcc2e0 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cdeecb..f9f1b8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ # 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.2.1 # Apache-2.0 + +diskimage-builder>=3.4.0 # Apache-2.0 +