From 011630bd85baef3e574d322fc1530524a82fe577 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 19 Mar 2012 12:02:53 +0000 Subject: bootstrap-pass1.morph: add git depends git needs openssl, curl, python and libexpat --- bootstrap-pass1.morph | 28 ++++++++++++++++++++++++++-- 1 file 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" + ] } ] } -- cgit v1.2.1