summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
}
]
}