diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-01-30 18:52:29 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-02-03 08:26:16 +0100 |
commit | 233202597d9411399aeaded2f9a7cd14f2e29833 (patch) | |
tree | 1a7c36255df3ec5d90a7319aa6decfc5aef9bc46 /package/python3/0018-Add-an-option-to-disable-the-curses-module.patch | |
parent | 60f9c9f98b3fef9de5d33b9185c1bd2265766920 (diff) | |
download | buildroot-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/0018-Add-an-option-to-disable-the-curses-module.patch')
-rw-r--r-- | package/python3/0018-Add-an-option-to-disable-the-curses-module.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python3/0018-Add-an-option-to-disable-the-curses-module.patch b/package/python3/0018-Add-an-option-to-disable-the-curses-module.patch index b68369c16c..273399e4d5 100644 --- a/package/python3/0018-Add-an-option-to-disable-the-curses-module.patch +++ b/package/python3/0018-Add-an-option-to-disable-the-curses-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 dc1e917cc3..6a6bc082cd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -1213,8 +1213,7 @@ LIBSUBDIRS= site-packages \ +@@ -1245,8 +1245,7 @@ LIBSUBDIRS= site-packages \ turtledemo \ multiprocessing multiprocessing/dummy \ unittest \ @@ -26,7 +28,7 @@ index dc1e917cc3..6a6bc082cd 100644 TESTSUBDIRS= test \ test/audiodata \ -@@ -1268,6 +1267,10 @@ TESTSUBDIRS += tkinter/test tkinter/test/test_tkinter \ +@@ -1302,6 +1301,10 @@ TESTSUBDIRS += tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk endif |