diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-02 16:10:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-02 16:10:39 +0000 |
commit | dfffc404aca6a8ccce30a9952099b3fddb14f761 (patch) | |
tree | fb0d6d2f878f762a6bfded147f16aa9317e05e4f /meta/packages | |
parent | 096b0cd29275043aafb820026a49e525089e15cf (diff) | |
download | openembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.tar.gz openembedded-core-dfffc404aca6a8ccce30a9952099b3fddb14f761.tar.bz2 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/packages')
-rw-r--r-- | meta/packages/python/python-native_2.5.1.bb | 2 |
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 d43cb520cb..71345347b2 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" |