summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-25 15:47:58 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-25 15:47:58 +0000
commita35c5d4dbed75e40a063626e75c73a48f6c0232c (patch)
tree878a09dd7c77b20d03f9bbcf072138f9ba5d6e81 /core.morph
parent4de377ebd6877abeb312954dda001fb1f45b14df (diff)
downloaddefinitions-a35c5d4dbed75e40a063626e75c73a48f6c0232c.tar.gz
core: Add pyyaml
This is needed by Morph to support YAML morphologies
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/core.morph b/core.morph
index 29811389..8c79f281 100644
--- a/core.morph
+++ b/core.morph
@@ -526,6 +526,15 @@
]
},
{
+ "name": "pyyaml",
+ "repo": "upstream:pyyaml",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "cpython",
+ "python-setuptools"
+ ]
+ },
+ {
"name": "tbdiff",
"repo": "baserock:baserock/tbdiff",
"ref": "master",