diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-12-14 13:59:58 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-12-14 14:01:05 +0100 |
commit | 7eb235c8a93d0b7a0d043c6f6247a006407e1202 (patch) | |
tree | 853516b4a2fac42ed899fce3d7045c5fdd3f1877 /packages/python/python.inc | |
parent | 71dade0cdaef0220d31a309d8b6d28b99eb25b29 (diff) |
python 2.6.1: catch up with packaging changes in 2.6.
Python now starts and correctly imports the site file;
More tests necessary before we make this the default version.
Diffstat (limited to 'packages/python/python.inc')
-rw-r--r-- | packages/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python.inc b/packages/python/python.inc index 9b73e3ff35..1e53e6964e 100644 --- a/packages/python/python.inc +++ b/packages/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -PR = "ml1" +PR = "ml2" DEFAULT_PREFERENCE = "-26" |