mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
python: package bzip2 support into separate package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5428 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,9 +3,9 @@ HOMEPAGE = "http://www.python.org"
|
||||
LICENSE = "PSF"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "python-native readline zlib gdbm openssl sqlite3"
|
||||
DEPENDS = "python-native readline zlib gdbm openssl sqlite3 bzip2"
|
||||
DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
|
||||
PR = "ml1"
|
||||
PR = "ml2"
|
||||
|
||||
PYTHON_MAJMIN = "2.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user