From 20f081f50569670fdc7088d711ed2bd34b2bb11b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 5 Dec 2007 17:06:14 +0000 Subject: python 2.5.1 enable and package ctypes module/package. closes #3368 -- thanks emdete! --- packages/python/python_2.5.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/python/python_2.5.1.bb') diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb index 3ac2f7d390..c25cd6efb6 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 = "ml2" +PR = "ml3" PYTHON_MAJMIN = "2.5" @@ -17,6 +17,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ file://fix-tkinter-detection.patch;patch=1 \ file://autohell.patch;patch=1 \ file://sitebranding.patch;patch=1 \ + file://enable-ctypes-module.patch;patch=1 \ file://default-is-optimized.patch;patch=1" S = "${WORKDIR}/Python-${PV}" -- cgit v1.2.3 From 16263835f024bde8c8fd7a69f1ac49b3506c8e39 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Fri, 7 Dec 2007 11:48:32 +0000 Subject: python2.5: fix RDEPENDS for python-codecs and python-netclient * add python-lang to python-codecs RDEPENDS * add python-crypt to python-netclient RDEPENDS * bump PR to ml5 (catch up with python-core) --- packages/python/python_2.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/python/python_2.5.1.bb') diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb index c25cd6efb6..8ad4e797c0 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 = "ml3" +PR = "ml5" PYTHON_MAJMIN = "2.5" -- cgit v1.2.3