mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-09 15:54:06 +00:00
* live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
- python2 is no longer required on a snappy system
This commit is contained in:
parent
ba01211d5e
commit
1583b1d23a
7
debian/changelog
vendored
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
|
livecd-rootfs (2.291) vivid; urgency=low
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
|
@ -9,3 +9,6 @@ apt-get purge -y locales
|
|||||||
# system-image-cli in vivid does no longer depend on
|
# system-image-cli in vivid does no longer depend on
|
||||||
# ubuntu-download-manager
|
# ubuntu-download-manager
|
||||||
apt-get purge -y libicu52
|
apt-get purge -y libicu52
|
||||||
|
|
||||||
|
# no more py2, yay
|
||||||
|
apt-get purge -y python python-minimal libpython-stdlib python2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user