summaryrefslogtreecommitdiff
path: root/tools.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-06 19:22:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-06 19:22:13 +0000
commit483306b6d0f29a20599921679eafc3f18975ec6e (patch)
treec1ff8da5a96b21e69b519d564b6ef3b20af76714 /tools.morph
parent19c2203497cd8130bb4dc32df5eefc186bdd7df8 (diff)
parent2334938471a2ef6c5a60ec24ab7d92ede26a4753 (diff)
downloadmorphs-483306b6d0f29a20599921679eafc3f18975ec6e.tar.gz
Merge remote-tracking branch 'remotes/origin/baserock/samthursfield/minimal-core'
Changed the description of foundation.
Diffstat (limited to 'tools.morph')
-rw-r--r--tools.morph66
1 files changed, 65 insertions, 1 deletions
diff --git a/tools.morph b/tools.morph
index 96d4272..e337bf3 100644
--- a/tools.morph
+++ b/tools.morph
@@ -6,7 +6,7 @@
{
"repo": "baserock:baserock/morphs",
"ref": "master",
- "morph": "core"
+ "morph": "foundation"
}
],
"chunks": [
@@ -23,6 +23,59 @@
"build-depends": []
},
{
+ "name": "python-setuptools",
+ "repo": "upstream:python-setuptools",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "python-ttystatus",
+ "repo": "upstream:python-ttystatus",
+ "ref": "baserock/morph",
+ "build-depends": []
+ },
+ {
+ "name": "pyyaml",
+ "repo": "upstream:pyyaml",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python-setuptools"
+ ]
+ },
+ {
+ "name": "python-coveragepy",
+ "repo": "upstream:python-coveragepy",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python-setuptools"
+ ]
+ },
+ {
+ "name": "python-coverage-test-runner",
+ "repo": "upstream:python-coverage-test-runner",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python-coveragepy"
+ ]
+ },
+ {
+ "name": "cliapp",
+ "repo": "upstream:cliapp",
+ "ref": "trunk",
+ "build-depends": [
+ "python-coverage-test-runner"
+ ]
+ },
+ {
+ "name": "cmdtest",
+ "repo": "upstream:cmdtest",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "cliapp",
+ "python-ttystatus"
+ ]
+ },
+ {
"name": "cmake",
"repo": "upstream:cmake",
"ref": "master",
@@ -75,6 +128,17 @@
"build-depends": []
},
{
+ "name": "morph",
+ "repo": "baserock:baserock/morph",
+ "ref": "master",
+ "build-depends": [
+ "cliapp",
+ "cmdtest",
+ "python-coverage-test-runner",
+ "pyyaml"
+ ]
+ },
+ {
"name": "pv",
"repo": "upstream:pv",
"ref": "master",