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:
Marcin Juszkiewicz
2008-10-07 09:31:38 +00:00
parent b7aed5e958
commit ceb27d5fd3
2 changed files with 7 additions and 5 deletions

View File

@@ -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"