diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 22:37:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 22:37:08 +0000 |
commit | 182065fd7d66b9eb9480913c99f39428ef657c9a (patch) | |
tree | f1841ad3dc0b911784c7a6507342de3d2bd12d8e /packages/python/python_2.5.1.bb | |
parent | 8f29644efce44f9059fb290b644047caf9146c1b (diff) |
python 2.5.1 sitecustomize.py now saves the history in $HOME, not in /tmp
Diffstat (limited to 'packages/python/python_2.5.1.bb')
-rw-r--r-- | packages/python/python_2.5.1.bb | 2 |
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 b274b0d7f9..668c2a7833 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 = "ml7" +PR = "ml8" PYTHON_MAJMIN = "2.5" |