From 4d9ae3daf608f1a1ee4afe8e69043b5a06443a37 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 28 Jun 2014 23:52:21 +0200 Subject: python: bump to Python 2.7.7 Status of patches: - python-013-fix-readline-6.3.patch is removed, as it was a backport from an upstream fix. - all other patches are updated, with no special changes other than solving minor conflicts. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/python/python-103-optional-sqlite.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package/python/python-103-optional-sqlite.patch') diff --git a/package/python/python-103-optional-sqlite.patch b/package/python/python-103-optional-sqlite.patch index a20afc7dd0..a75acc8258 100644 --- a/package/python/python-103-optional-sqlite.patch +++ b/package/python/python-103-optional-sqlite.patch @@ -12,7 +12,7 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -2613,6 +2613,15 @@ +@@ -2611,6 +2611,15 @@ AC_CHECK_FUNCS(pthread_atfork) fi @@ -32,23 +32,23 @@ Index: b/Makefile.pre.in =================================================================== --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -939,7 +939,6 @@ +@@ -932,7 +932,6 @@ encodings compiler hotshot \ email email/mime \ json \ - sqlite3 \ logging bsddb csv importlib wsgiref \ - ctypes ctypes/macholib idlelib idlelib/Icons \ - distutils distutils/command $(XMLLIBSUBDIRS) \ -@@ -955,7 +954,6 @@ + ctypes ctypes/macholib \ + idlelib idlelib/Icons \ +@@ -950,7 +949,6 @@ test/tracedmodules \ email/test email/test/data \ json/tests \ - sqlite3/test \ bsddb/test \ ctypes/test \ - distutils/tests \ -@@ -977,6 +975,11 @@ + idlelib/idle_test \ +@@ -973,6 +971,11 @@ lib2to3/tests/data/fixers/myfixes endif -- cgit v1.2.3