From 50b12ebbedec8dbf823905d60712784b9a5cdb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 4 Sep 2015 18:21:27 +0100 Subject: core: Use python3 instead python2 From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139 --- systems/build-system-x86_32-chroot.morph | 2 -- 1 file changed, 2 deletions(-) (limited to 'systems/build-system-x86_32-chroot.morph') diff --git a/systems/build-system-x86_32-chroot.morph b/systems/build-system-x86_32-chroot.morph index bfd77b8e..a0845f0a 100644 --- a/systems/build-system-x86_32-chroot.morph +++ b/systems/build-system-x86_32-chroot.morph @@ -12,8 +12,6 @@ strata: morph: strata/foundation.morph - name: python-core morph: strata/python-core.morph -- name: python3-core - morph: strata/python3-core.morph - name: tools morph: strata/tools.morph - name: python-cliapp -- cgit v1.2.1