From 7312293048968b6f33a563edca939699f7aa0b75 Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Fri, 31 May 2019 01:00:05 +0000 Subject: [PATCH] Imported 2.588 No reason for CPC update specified. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 76c9a4d0..a6b00ab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.588) eoan; urgency=medium + + * Add an explicit build-dependency on python3-yaml since livecd-rootfs + uses it, rather than relying on this dependency being pulled in + indirectly via ubuntu-image. + + -- Steve Langasek Thu, 30 May 2019 14:23:11 -0700 + livecd-rootfs (2.587) eoan; urgency=medium * Strip translation files out of the minimal images, another thing that diff --git a/debian/control b/debian/control index 7e84d2d5..1b8b558c 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Depends: ${misc:Depends}, python3, python3-apt, python3-software-properties, + python3-yaml, qemu-utils, rsync, snapd,