summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-06 13:47:31 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-06 13:50:35 +0000
commita3ea978375327cdae21ae553945f1be890f17d8f (patch)
tree8ae14ad0bd01094d57eb567393178d13cdbf9b33
parentf7f7b4836196a8660f1ecbcd50085f10f1a61cfb (diff)
downloadmorphs-a3ea978375327cdae21ae553945f1be890f17d8f.tar.gz
devel.morph: add dependencies for morph ./check
./check needs CoverageTestRunner and cmdtest (also fakeroot) CoverageTestRunner run-depends on coverage.py but not build-depends coverage.py build-depends on setup-tools cmdtest build and run depends on ttystatus
-rw-r--r--devel.morph37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel.morph b/devel.morph
index 7f3e6c4..730150a 100644
--- a/devel.morph
+++ b/devel.morph
@@ -244,6 +244,43 @@
{
"name": "syslinux",
"ref": "baserock/morph"
+ },
+ {
+ "name": "python-setuptools",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python"
+ ]
+ },
+ {
+ "name": "python-coveragepy",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python",
+ "python-setuptools"
+ ]
+ },
+ {
+ "name": "python-coverage-test-runner",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python"
+ ]
+ },
+ {
+ "name": "python-ttystatus",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python"
+ ]
+ },
+ {
+ "name": "cmdtest",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python",
+ "python-ttystatus"
+ ]
}
]
}