diff options
author | Andrew Straw <strawman@astraw.com> | 2008-11-27 16:24:34 -0800 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-12-09 14:30:06 +0100 |
commit | 60d98775a2304141dc4fd8aef494a9e2bfae8285 (patch) | |
tree | 014a21164de53288746f3ce986c8ca8bff1cc2a7 /packages/python/python_2.5.2.bb | |
parent | c98bb8f4a7738a3ffbc05fd7a44a61ce7672d1b4 (diff) |
python-traits: new recipe; explicitly typed attributes for Python
Signed-off-by: Andrew Straw <strawman@astraw.com>
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 a943f6a1ac..a405c49bb0 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 = "ml17" +PR = "ml18" PYTHON_MAJMIN = "2.5" |