summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-07 09:28:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-07 09:28:03 +0000
commitaab0df0d52d60ae16762c62930decb3adc454e41 (patch)
tree404f9a00a74b8d003e33314ecd93614b4ef284f5
parenta3ea978375327cdae21ae553945f1be890f17d8f (diff)
downloadmorphs-aab0df0d52d60ae16762c62930decb3adc454e41.tar.gz
devel.morph: fix coverage-test-runner build-dep
I thought it was only a runtime dependency, I was wrong.
-rw-r--r--devel.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel.morph b/devel.morph
index 730150a..5334900 100644
--- a/devel.morph
+++ b/devel.morph
@@ -264,7 +264,8 @@
"name": "python-coverage-test-runner",
"ref": "baserock/morph",
"build-depends": [
- "python"
+ "python",
+ "python-coveragepy"
]
},
{