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,