Don't depend on python3-launchpadlib on i386. This breaks ppa-enabled builds on i386, but avoids pulling in a large dependency tree that's not otherwise needed on i386.

This commit is contained in:
Steve Langasek 2023-01-05 22:07:15 -08:00
parent 90067f99e2
commit c532387635
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.795) UNRELEASED; urgency=medium
* Don't depend on python3-launchpadlib on i386. This breaks ppa-enabled
builds on i386, but avoids pulling in a large dependency tree that's
not otherwise needed on i386.
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 05 Jan 2023 22:06:19 -0800
livecd-rootfs (2.794) lunar; urgency=medium
[ Sebastien Bacher ]

2
debian/control vendored
View File

@ -31,7 +31,7 @@ Depends: ${misc:Depends},
procps,
python3,
python3-apt,
python3-launchpadlib,
python3-launchpadlib [!i386],
python3-yaml,
qemu-utils [!i386],
rsync,