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/0013-Add-an-option-to-disable-installation-of-test-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/0013-Add-an-option-to-disable-installation-of-test-module.patch')
-rw-r--r-- | package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch b/package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch index fc27eda115..7f48dcbbe3 100644 --- a/package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch +++ b/package/python3/0013-Add-an-option-to-disable-installation-of-test-module.patch @@ -10,6 +10,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 | 55 ++++++++++++++++++++++++++++++++++++------------------- configure.ac | 5 +++++ @@ -19,7 +21,7 @@ diff --git a/Makefile.pre.in b/Makefile.pre.in index 4ce917ab8d..4110fff4ac 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -1194,8 +1194,28 @@ maninstall: altmaninstall +@@ -1226,8 +1226,28 @@ maninstall: altmaninstall # Install the library XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax @@ -50,7 +52,7 @@ index 4ce917ab8d..4110fff4ac 100644 test/audiodata \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ -@@ -1229,29 +1249,26 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ +@@ -1263,29 +1283,26 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/test_importlib/namespace_pkgs/project3/parent/child \ test/test_importlib/namespace_pkgs/module_and_namespace_package \ test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \ |