diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 21:14:05 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-24 21:23:09 +0100 |
commit | 47dacc38fc080fd59ffe59cb6482265128ab9dea (patch) | |
tree | c7f92e318fa8d4d2919042252c2d3752ad3e2e27 | |
parent | 1c4a7f52b6f6730d8be10690474b6bd54ebfd538 (diff) |
python: bump for updated tcltk; this fixes python-tkinter (which has been broken since ages)
-rw-r--r-- | packages/python/python_2.6.1.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/python/python_2.6.1.bb b/packages/python/python_2.6.1.bb index f73a06ad50..c0eb596c02 100644 --- a/packages/python/python_2.6.1.bb +++ b/packages/python/python_2.6.1.bb @@ -1,7 +1,7 @@ require python.inc DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" -PR = "ml0" +PR = "ml1" SRC_URI = "\ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ @@ -91,9 +91,12 @@ RRECOMMENDS_python-crypt = "openssl" # add sitecustomize FILES_python-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py" +# 2to3 +FILES_python-core += "${bindir}/2to3" + # package libpython PACKAGES =+ "libpython2" -FILES_libpython2 = "${libdir}/libpython*.so*" +FILES_libpython2 = "${libdir}/libpython*.so.*" # catch debug extensions (isn't that already in python-core-dbg?) FILES_python-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug" |