From 4074129b51049cd92afb1993673fe71081001ed3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 18 Feb 2016 15:17:44 +0000 Subject: Add python3-core stratum, equivalent of python2-core There have been some important Python components not available for Python 3 users, such as PyYAML. This commit adds a python3-core stratu that contain everything from python2-core, but for use with Python 3. A couple of things are already in core.morph, so python2-core is not quite identical to python3-core. I've added this to Trove system so that can be merged. It can be added to other systems as needed. Change-Id: I9b742b942d64b0bc369596a689f33e6bc4c21935 --- systems/trove-system-x86_64.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/trove-system-x86_64.morph b/systems/trove-system-x86_64.morph index bd0a0ff4..43fd19fa 100644 --- a/systems/trove-system-x86_64.morph +++ b/systems/trove-system-x86_64.morph @@ -13,6 +13,8 @@ strata: morph: strata/core.morph - name: python2-core morph: strata/python2-core.morph +- name: python3-core + morph: strata/python3-core.morph - name: tools morph: strata/tools.morph - name: python-cliapp -- cgit v1.2.1