diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-01-29 14:00:44 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-02-10 10:54:54 +0000 |
commit | b91eba0120ba24336bb98530d758c5d7574bb8a0 (patch) | |
tree | 7704f9a1b6871e2300cec27ac4de01935a9a8a7a /systems/devel-system-armv7-versatile.morph | |
parent | e020a9b06a52fac6675d40298565a2a4103ccac6 (diff) | |
download | definitions-b91eba0120ba24336bb98530d758c5d7574bb8a0.tar.gz |
Make devel-systems depend on python-core
pip is in python-core now
Diffstat (limited to 'systems/devel-system-armv7-versatile.morph')
-rw-r--r-- | systems/devel-system-armv7-versatile.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/devel-system-armv7-versatile.morph b/systems/devel-system-armv7-versatile.morph index 1529522c..38806421 100644 --- a/systems/devel-system-armv7-versatile.morph +++ b/systems/devel-system-armv7-versatile.morph @@ -30,6 +30,8 @@ strata: morph: strata/baserock-import.morph - name: nfs morph: strata/nfs.morph +- name: python-core + morph: strata/python-core.morph - name: python-tools morph: strata/python-tools.morph - name: devtools |