diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-03-12 19:47:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 19:47:43 +0000 |
commit | e052c2bd71915f99c9615489458aebf4b361f6ec (patch) | |
tree | 3eb1072a5b009c49955121c6169730cbf46a63af /packages/python/python_2.4.2.bb | |
parent | bcf6af242613b265d85a19941bba8af784ae5aaa (diff) |
python 2.4.2 various packaging additions - thanks to respective bug reporters
python-core: include traceback module
python-threading: include dummy-thread, dummy-threading and _local-thread modules
python-netclient: include LWP and Mozilla cookie jar modules
python-codecs: include stringprep module
python-distutils: include config subdirectory
Diffstat (limited to 'packages/python/python_2.4.2.bb')
-rw-r--r-- | packages/python/python_2.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python_2.4.2.bb b/packages/python/python_2.4.2.bb index f065b68112..9424589c7d 100644 --- a/packages/python/python_2.4.2.bb +++ b/packages/python/python_2.4.2.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" -PR = "ml4" +PR = "ml5" PYTHON_MAJMIN = "2.4" |