diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-02-12 09:44:20 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-02-12 17:33:18 +0000 |
commit | 49f7c082d5b3274c1a2670344cc8a227f5ed7ff5 (patch) | |
tree | 2bff325f51816161c91d97c392e05d72cd2e8f32 /systems/installer-system-x86_64.morph | |
parent | 005410e90332a13da3df19f7be37ede0d77a321f (diff) | |
download | definitions-49f7c082d5b3274c1a2670344cc8a227f5ed7ff5.tar.gz |
Move six to python-core
six is a python 2 and 3 compatibility library, so move to python-core
should remove dependencies in some strata.
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 0b5e4709..8798182b 100644 --- a/systems/installer-system-x86_64.morph +++ b/systems/installer-system-x86_64.morph @@ -7,6 +7,8 @@ strata: morph: strata/build-essential.morph - name: core morph: strata/core.morph +- name: python-core + morph: strata/python-core.morph - name: foundation morph: strata/foundation.morph - name: bsp-x86_64-generic |