mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
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.
This commit is contained in:
parent
188218b166
commit
4b18800182
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <steve.langasek@ubuntu.com> Thu, 30 May 2019 14:22:25 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.587) eoan; urgency=medium
|
livecd-rootfs (2.587) eoan; urgency=medium
|
||||||
|
|
||||||
* Strip translation files out of the minimal images, another thing that
|
* Strip translation files out of the minimal images, another thing that
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -31,6 +31,7 @@ Depends: ${misc:Depends},
|
|||||||
python3,
|
python3,
|
||||||
python3-apt,
|
python3-apt,
|
||||||
python3-software-properties,
|
python3-software-properties,
|
||||||
|
python3-yaml,
|
||||||
qemu-utils,
|
qemu-utils,
|
||||||
rsync,
|
rsync,
|
||||||
snapd,
|
snapd,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user