summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap-pass1.morph28
1 files changed, 26 insertions, 2 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index 3837fc6f..2aa6cbcd 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -135,12 +135,36 @@
{
"repo": "cliapp",
"ref": "baserock/morph",
- "name": "cliapp"
+ "name": "cliapp",
+ "build-depends": [
+ "python"
+ ]
+ },
+ {
+ "name": "openssl",
+ "ref": "baserock/morph"
+ },
+ {
+ "name": "curl",
+ "ref": "baserock/morph",
+ "build-depends": [
+ "openssl"
+ ]
+ },
+ {
+ "name": "libexpat",
+ "ref": "baserock/morph"
},
{
"repo": "git",
"ref": "baserock/morph",
- "name": "git"
+ "name": "git",
+ "build-depends": [
+ "python",
+ "libexpat",
+ "curl",
+ "openssl"
+ ]
}
]
}