diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-09-04 18:21:27 +0100 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-10-16 13:00:16 +0000 |
commit | 893259d724707190f763a980bc055ad9c87f7535 (patch) | |
tree | 2ab1fff831c2f691cf18d4e27fcc9db31e2aea25 /systems/devel-system-armv7lhf-highbank.morph | |
parent | d282001d128f5e427f09bfe2b5f90af2b35e86bc (diff) | |
download | definitions-893259d724707190f763a980bc055ad9c87f7535.tar.gz |
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
Diffstat (limited to 'systems/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index 8660e698..95feecb2 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -39,10 +39,8 @@ strata: morph: strata/baserock-import.morph - name: nfs morph: strata/nfs.morph -- name: python-core - morph: strata/python-core.morph -- name: python3-core - morph: strata/python3-core.morph +- name: python2-core + morph: strata/python2-core.morph - name: python-tools morph: strata/python-tools.morph - name: python-common |