mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
python-native: Add sqlite3-native to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "The Python Programming Language"
|
DESCRIPTION = "The Python Programming Language"
|
||||||
HOMEPAGE = "http://www.python.org"
|
HOMEPAGE = "http://www.python.org"
|
||||||
LICENSE = "PSF"
|
LICENSE = "PSF"
|
||||||
DEPENDS = "openssl-native bzip2-full-native"
|
DEPENDS = "openssl-native bzip2-full-native sqlite3-native"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
PR = "ml5"
|
PR = "ml5"
|
||||||
|
|||||||
Reference in New Issue
Block a user