From 1583b1d23aa752938abe20064523e7bdef8f25b7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 10 Mar 2015 11:31:09 +0100 Subject: [PATCH] * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - python2 is no longer required on a snappy system --- debian/changelog | 7 +++++++ .../ubuntu-core/hooks/11-remove-extra-packages.chroot | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index d871127d..88eebc0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.292) UNRELEASED; urgency=low + + * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: + - python2 is no longer required on a snappy system + + -- Michael Vogt Tue, 10 Mar 2015 11:29:16 +0100 + livecd-rootfs (2.291) vivid; urgency=low [ Michael Vogt ] diff --git a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot index f9c1ffe0..cc6ae423 100644 --- a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot +++ b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot @@ -9,3 +9,6 @@ apt-get purge -y locales # system-image-cli in vivid does no longer depend on # ubuntu-download-manager apt-get purge -y libicu52 + +# no more py2, yay +apt-get purge -y python python-minimal libpython-stdlib python2.7