summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-10 18:23:30 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-10 18:26:16 +0000
commit411e02dd7d186817538f4e6759cc6ab277ce3eb5 (patch)
treee139a7d8f8534e6b1791ea322a9d6f3e70b1482e
parent2bf778ffdadbdad8f0afdbc213b2d0899dc9702d (diff)
downloaddefinitions-411e02dd7d186817538f4e6759cc6ab277ce3eb5.tar.gz
Add python-core to Trove systems and as a dep of lorry-controller
This allows us to use they Python 'requests' library in lorry-controller.
-rw-r--r--strata/trove.morph1
-rw-r--r--systems/trove-system-x86_64.morph2
2 files changed, 3 insertions, 0 deletions
diff --git a/strata/trove.morph b/strata/trove.morph
index b3d95533..aeea4721 100644
--- a/strata/trove.morph
+++ b/strata/trove.morph
@@ -2,6 +2,7 @@ name: trove
kind: stratum
description: Trove software
build-depends:
+- morph: strata/python-core.morph
- morph: strata/tools.morph
- morph: strata/morph-utils.morph
- morph: strata/pcre-utils.morph
diff --git a/systems/trove-system-x86_64.morph b/systems/trove-system-x86_64.morph
index 0d633f41..580f53f7 100644
--- a/systems/trove-system-x86_64.morph
+++ b/systems/trove-system-x86_64.morph
@@ -11,6 +11,8 @@ strata:
morph: strata/foundation.morph
- name: core
morph: strata/core.morph
+- name: python-core
+ morph: strata/python-core.morph
- name: tools
morph: strata/tools.morph
- name: morph-utils