summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-02 16:10:39 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-02 16:10:39 +0000
commitdfffc404aca6a8ccce30a9952099b3fddb14f761 (patch)
treefb0d6d2f878f762a6bfded147f16aa9317e05e4f /meta
parent096b0cd29275043aafb820026a49e525089e15cf (diff)
downloadopenembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.tar.gz
openembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.tar.bz2
openembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.tar.xz
openembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.zip
python-native: Add sqlite3-native to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/python/python-native_2.5.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb
index d43cb520c..71345347b 100644
--- a/meta/packages/python/python-native_2.5.1.bb
+++ b/meta/packages/python/python-native_2.5.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "The Python Programming Language"
HOMEPAGE = "http://www.python.org"
LICENSE = "PSF"
-DEPENDS = "openssl-native bzip2-full-native"
+DEPENDS = "openssl-native bzip2-full-native sqlite3-native"
SECTION = "devel/python"
PRIORITY = "optional"
PR = "ml5"