diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-16 23:36:11 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-22 23:13:46 +0200 |
commit | 7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819 (patch) | |
tree | b2c3e2d0f9c837c9407a1b196a9fb80054213705 /package/python/114-remove-idle-editor.patch | |
parent | d98eed3222c928914e6d10a4ac62bc107c2dc5e9 (diff) | |
download | buildroot-7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819.tar.gz buildroot-7076e6f61cbcd45f463eb70ab1ffbb8ff7f27819.zip |
python: bump to 2.7.10
Patches are simply refreshed, except
004-sysconfigdata-install-location.patch where a minor conflict
resolution was needed.
[Peter: fixup .hash as pointed out by Arnout]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/114-remove-idle-editor.patch')
-rw-r--r-- | package/python/114-remove-idle-editor.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/114-remove-idle-editor.patch b/package/python/114-remove-idle-editor.patch index 67b9050b15..512eedcb5f 100644 --- a/package/python/114-remove-idle-editor.patch +++ b/package/python/114-remove-idle-editor.patch @@ -32,7 +32,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -2223,7 +2223,7 @@ +@@ -2212,7 +2212,7 @@ import warnings warnings.filterwarnings("ignore",category=DeprecationWarning) |