summaryrefslogtreecommitdiffstats
path: root/package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2018-01-30 18:52:29 -0500
committerPeter Korsgaard <peter@korsgaard.com>2018-02-03 08:26:16 +0100
commit233202597d9411399aeaded2f9a7cd14f2e29833 (patch)
tree1a7c36255df3ec5d90a7319aa6decfc5aef9bc46 /package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch
parent60f9c9f98b3fef9de5d33b9185c1bd2265766920 (diff)
downloadbuildroot-233202597d9411399aeaded2f9a7cd14f2e29833.tar.gz
buildroot-233202597d9411399aeaded2f9a7cd14f2e29833.zip
python3: bump to 2.6.4
Also update necessary patches. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch')
-rw-r--r--package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch b/package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch
index 675e8282be..2c998f2ca0 100644
--- a/package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch
+++ b/package/python3/0016-Add-option-to-disable-the-sqlite3-module.patch
@@ -7,6 +7,8 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[ Andrey Smirnov: ported to Python 3.6 ]
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
+[aduskett@gmail.com: Update for python 3.6.4]
+Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
Makefile.pre.in | 7 +++++--
configure.ac | 9 +++++++++
@@ -16,7 +18,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in
index 931cc3ed07..a1ce0712cd 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
-@@ -1205,7 +1205,6 @@ LIBSUBDIRS= tkinter site-packages \
+@@ -1237,7 +1237,6 @@ LIBSUBDIRS= tkinter site-packages \
email email/mime \
ensurepip ensurepip/_bundled \
html json http dbm xmlrpc \
@@ -24,7 +26,7 @@ index 931cc3ed07..a1ce0712cd 100644
logging csv wsgiref urllib \
ctypes ctypes/macholib \
idlelib idlelib/Icons \
-@@ -1255,7 +1254,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
+@@ -1289,7 +1289,6 @@ TESTSUBDIRS= tkinter/test tkinter/test/test_tkinter \
test/test_asyncio \
test/test_email test/test_email/data \
test/test_json \
@@ -32,7 +34,7 @@ index 931cc3ed07..a1ce0712cd 100644
ctypes/test \
idlelib/idle_test \
distutils/tests \
-@@ -1273,6 +1271,11 @@ TESTSUBDIRS += lib2to3/tests \
+@@ -1307,6 +1305,11 @@ TESTSUBDIRS += lib2to3/tests \
lib2to3/tests/data/fixers/myfixes
endif
OpenPOWER on IntegriCloud