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

removal of python from the rootfs temporarily, since we've manually
re-added it to the seed in order to make walinuxagent work again on the
azure image.
This commit is contained in:
Steve Langasek 2015-04-22 16:03:37 -07:00
parent 34e34e46c5
commit 72b1fda00f
2 changed files with 9 additions and 3 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
livecd-rootfs (2.300) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: revert
removal of python from the rootfs temporarily, since we've manually
re-added it to the seed in order to make walinuxagent work again on the
azure image.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 22 Apr 2015 23:01:02 +0000
livecd-rootfs (2.299) vivid; urgency=medium
* Fix snappy motd to not reference 'development', which isn't always true.

View File

@ -9,6 +9,3 @@ 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.* libpython2.*