summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-12 14:48:54 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-12 14:48:54 +0100
commit15f5047f58b7ea2445b1fa8902be07f426285efc (patch)
tree8da1d7ad3c82113bf00cd17f2960439480e1a0ae
parent4ad7807c9adfa67f28a6415aa92bd020d9a7f6e4 (diff)
downloadmorphs-15f5047f58b7ea2445b1fa8902be07f426285efc.tar.gz
Move cliapp after its new build dependency
-rw-r--r--devel.morph18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel.morph b/devel.morph
index b0f8cf8..19c9f38 100644
--- a/devel.morph
+++ b/devel.morph
@@ -228,15 +228,6 @@
"build-depends": [ "make", "readline", "openssl" ]
},
{
- "name": "cliapp",
- "repo": "upstream:cliapp",
- "ref": "trunk",
- "build-depends": [
- "cpython",
- "coverage-test-runner"
- ]
- },
- {
"name": "git",
"repo": "upstream:git",
"ref": "baserock/morph",
@@ -287,6 +278,15 @@
]
},
{
+ "name": "cliapp",
+ "repo": "upstream:cliapp",
+ "ref": "trunk",
+ "build-depends": [
+ "cpython",
+ "coverage-test-runner"
+ ]
+ },
+ {
"name": "python-ttystatus",
"repo": "upstream:python-ttystatus",
"ref": "baserock/morph",