* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:

- python2 is no longer required on a snappy system
ubuntu/yakkety
Michael Vogt 10 years ago
parent ba01211d5e
commit 1583b1d23a

7
debian/changelog vendored

@ -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 <michael.vogt@ubuntu.com> Tue, 10 Mar 2015 11:29:16 +0100
livecd-rootfs (2.291) vivid; urgency=low
[ Michael Vogt ]

@ -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

Loading…
Cancel
Save