summaryrefslogtreecommitdiff
path: root/bootstrap-pass2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-pass2.morph')
-rw-r--r--bootstrap-pass2.morph18
1 files changed, 15 insertions, 3 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 96967062..69672380 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -170,7 +170,10 @@
},
{
"name": "curl",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "openssl"
+ ]
},
{
"name": "python",
@@ -178,11 +181,20 @@
},
{
"name": "cliapp",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "python"
+ ]
},
{
"name": "git",
- "ref": "baserock/morph"
+ "ref": "baserock/morph",
+ "build-depends": [
+ "curl",
+ "python",
+ "openssl",
+ "libexpat"
+ ]
}
]
}