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/devel-system-armv7lhf-highbank.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/devel-system-armv7lhf-highbank.morph')
-rw-r--r-- | systems/devel-system-armv7lhf-highbank.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7lhf-highbank.morph b/systems/devel-system-armv7lhf-highbank.morph index 189c2913..699d2ba3 100644 --- a/systems/devel-system-armv7lhf-highbank.morph +++ b/systems/devel-system-armv7lhf-highbank.morph @@ -41,6 +41,8 @@ strata: morph: strata/nfs.morph - name: python-core morph: strata/python-core.morph +- name: python3-core + morph: strata/python3-core.morph - name: python-tools morph: strata/python-tools.morph - name: python-common |