summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-20 15:36:30 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-11 17:39:42 +0000
commitdaaa0c04cf15b0cc6aeacca7bb4fbd330646be1e (patch)
treee329ea9b582856d7eb249fbc3e592ee88c5a77a7 /core.morph
parent658e0a5e5f2dc58f28eae5cce8054438e84eb415 (diff)
downloaddefinitions-daaa0c04cf15b0cc6aeacca7bb4fbd330646be1e.tar.gz
Make cpython build-depend on sqlite3
This makes the Python standard library module sqlite3 work.
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/core.morph b/core.morph
index 6d56a8d2..1029c591 100644
--- a/core.morph
+++ b/core.morph
@@ -5,6 +5,10 @@ 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: baserock/morph
+ build-depends: []
- name: cmake
repo: upstream:cmake
ref: baserock/morph
@@ -85,6 +89,7 @@ chunks:
build-depends:
- openssl-new
- bzip2
+ - sqlite3
- name: libtool
repo: upstream:libtool
ref: baserock/build-essential