diff options
author | Michael Lauer <mickeyl@shell.apm.etc.tu-bs.de> | 2008-10-23 15:10:19 +0000 |
---|---|---|
committer | Michael Lauer <mickeyl@shell.apm.etc.tu-bs.de> | 2008-10-23 15:10:19 +0000 |
commit | 1f1e1431aa2c97c3d49eac5cc95b439002ec2c87 (patch) | |
tree | 24f520404976885e81be66b9d3814c59c4e5ff5d /packages/python/python_2.5.2.bb | |
parent | f6736554873819f2f0ceb85336890bfb6745732d (diff) |
python 2.5.2 limit readline history to 1000
Diffstat (limited to 'packages/python/python_2.5.2.bb')
-rw-r--r-- | packages/python/python_2.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb index 35bcf858e6..19dc65b358 100644 --- a/packages/python/python_2.5.2.bb +++ b/packages/python/python_2.5.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" # bump this on every change in contrib/python/generate-manifest-2.5.py -PR = "ml13" +PR = "ml14" PYTHON_MAJMIN = "2.5" |