diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-07-17 11:42:02 +0100 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-07-18 05:54:46 +0000 |
commit | be76e8c941530db9068c643647f1a55aee0ac18f (patch) | |
tree | a5bd26d5db02a65844b7e1853d076f73767dff72 /systems/installer-system-x86_64.morph | |
parent | 287240f4c8e0ed6eb79ecb151125cf2642c58e90 (diff) | |
download | definitions-be76e8c941530db9068c643647f1a55aee0ac18f.tar.gz |
Add Python 3 to all systems that contain Python 2 (cpython interpreter)
Change-Id: Ib66f3f56b60cc5dc78d08e28e281d120d83a7b9d
Diffstat (limited to 'systems/installer-system-x86_64.morph')
-rw-r--r-- | systems/installer-system-x86_64.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/installer-system-x86_64.morph b/systems/installer-system-x86_64.morph index e9c4cd94..62038cd5 100644 --- a/systems/installer-system-x86_64.morph +++ b/systems/installer-system-x86_64.morph @@ -9,6 +9,8 @@ strata: morph: strata/core.morph - name: python-core morph: strata/python-core.morph +- name: python3-core + morph: strata/python3-core.morph - name: foundation morph: strata/foundation.morph - name: bsp-x86_64-generic |