From 37b8bc9b1610e0400576c4614e31921cf946bedb Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Tue, 24 Mar 2020 16:40:55 +0100 Subject: [PATCH] Fix amphora image build jobs The amphora image build jobs are python3. Installing python-yaml (python 2) causes trouble. Change-Id: I1d591dda5fbb7aaea4d51da5a1d2218114051f36 --- playbooks/image-build/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 8461016da1..795d3d46b5 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -15,7 +15,7 @@ - uuid-runtime - curl - kpartx - - python-yaml + - python3-yaml - debootstrap - qemu - bc