summaryrefslogtreecommitdiff
path: root/bootstrap-pass2.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-01-29 12:10:44 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-01-29 12:10:44 +0000
commit19c2203497cd8130bb4dc32df5eefc186bdd7df8 (patch)
treeaa49c5f08f658d1cde926f209283607c7b428f93 /bootstrap-pass2.morph
parentb8b6e89d37a622c3276cba31d06de1fe720a108a (diff)
downloaddefinitions-19c2203497cd8130bb4dc32df5eefc186bdd7df8.tar.gz
Bootstrap: add pyyaml and use core stratum
Morph now requires yaml, so pyyaml must be available. Bootstrap morphologies weren't updated when the build-essential work was done. foundation and devel no longer exist, so use core instead.
Diffstat (limited to 'bootstrap-pass2.morph')
-rw-r--r--bootstrap-pass2.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 31660415..08e102a5 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -284,6 +284,14 @@
"build-depends": [
"glib"
]
+ },
+ {
+ "name": "pyyaml",
+ "repo": "upstream:pyyaml",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "cpython"
+ ]
}
]
}