From 4b18800182e2290a6ab97628b4b18d4a3efd71d6 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 30 May 2019 14:23:09 -0700 Subject: [PATCH] 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. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 76c9a4d0..84654f94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.588) UNRELEASED; 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:22:25 -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,