diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-14 19:23:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-14 19:23:05 +0000 |
commit | ec04367f46c87d5d7046b7621ee266d5723bff26 (patch) | |
tree | f8dfa374c6e8b8c349860594a6bef38c2a42ccae /packages/python/python_2.4.3.bb | |
parent | 82c1da2b581162386d8ec5ff0e707c9c3e5578a6 (diff) |
python: add heapq and bisect support to python-lang, remove bisect from python-threading
Diffstat (limited to 'packages/python/python_2.4.3.bb')
-rw-r--r-- | packages/python/python_2.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 1380c2e40f..2650926307 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" -PR = "ml6" +PR = "ml7" PYTHON_MAJMIN = "2.4" |