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 ++++++ 1 file changed, 6 insertions(+) (limited to 'core.morph') 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 -- cgit v1.2.1