summaryrefslogtreecommitdiff
path: root/packages/python/python_2.5.1.bb
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2007-11-17 00:24:43 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2007-11-17 00:24:43 +0000
commit16ddc0d8855b835d7cf831e71b40efda56095058 (patch)
tree8683b1d0b22c3bf37aff68166597c65cb246635c /packages/python/python_2.5.1.bb
parent8b8154c306c5b5d6af2a0a1066a970fa550a2914 (diff)
Fix python 2.5 manifest:
* fix/simplify generate-manifest-2.5.py * add missing dependencies for python-logging (Closes: #3272) * add struct.py to python-core (Closes: #3296) * add missing files to python-crypt (Closes: #3303)
Diffstat (limited to 'packages/python/python_2.5.1.bb')
-rw-r--r--packages/python/python_2.5.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb
index 400376599a..3ac2f7d390 100644
--- a/packages/python/python_2.5.1.bb
+++ b/packages/python/python_2.5.1.bb
@@ -7,7 +7,7 @@ DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl tk"
DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
# NOTE: Keep the digit in sync with BASEREV in contrib/generate-manifest-2.5.py
-PR = "ml1"
+PR = "ml2"
PYTHON_MAJMIN = "2.5"