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