From: Richard Purdie Date: Thu, 2 Oct 2008 16:10:39 +0000 (+0000) Subject: python-native: Add sqlite3-native to DEPENDS X-Git-Tag: 2011-1~8138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dfffc404aca6a8ccce30a9952099b3fddb14f761;p=openembedded-core.git python-native: Add sqlite3-native to DEPENDS git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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"