From 2ca076bc4caaf2b5c52840cd32fe0aba98d41091 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 9 Apr 2014 14:10:46 +0000 Subject: Make cpython build-depend on sqlite3 Also move sqlite3 from foundation to core, so we don't have foundation and core build-depending on each other. After this, "import sqlite3" works in Python. --- core.morph | 6 ++++++ foundation.morph | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core.morph b/core.morph index 7b90657e..67d3cca7 100644 --- a/core.morph +++ b/core.morph @@ -5,6 +5,11 @@ description: Core components of a Baserock base system that are build tools requ build-depends: - morph: build-essential chunks: +- name: sqlite3 + repo: upstream:sqlite3 + ref: f6c2a9fe49d20654c2c41844d056033692a223b7 + unpetrify-ref: baserock/morph + build-depends: [] - name: cmake repo: upstream:cmake ref: 7f9a761e761046a479fda38ee13f5dacd94ceeea @@ -102,6 +107,7 @@ chunks: build-depends: - openssl-new - bzip2 + - sqlite3 - name: libtool repo: upstream:libtool ref: d388b7f2dc628b22006025d01179bc09b8aabe81 diff --git a/foundation.morph b/foundation.morph index 413ed4be..827459e5 100644 --- a/foundation.morph +++ b/foundation.morph @@ -30,11 +30,6 @@ chunks: ref: 77d4586cc47e8f4c02278afbc220145bba0d442b unpetrify-ref: baserock/morph build-depends: [] -- name: sqlite3 - repo: upstream:sqlite3 - ref: f6c2a9fe49d20654c2c41844d056033692a223b7 - unpetrify-ref: baserock/morph - build-depends: [] - name: libusbx repo: upstream:libusbx ref: 7ec94a45ed8155e7a1d4d5d75575099b09c78834 -- cgit v1.2.1