]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: Add sqlite3-native to DEPENDS
authorRichard Purdie <richard@openedhand.com>
Thu, 2 Oct 2008 16:10:39 +0000 (16:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 2 Oct 2008 16:10:39 +0000 (16:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/python/python-native_2.5.1.bb

index d43cb520cb26a9130935b69f799191d7e8ea4d79..71345347b29decb89282488ce667eb908cfe714a 100644 (file)
@@ -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"