diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-08 12:42:38 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-08 13:56:42 +0200 |
commit | 63c735b60a992aa5a97aba859ca8a5ba05e6af16 (patch) | |
tree | 7c76dc26ede805d818c16b21a9dfb05100bb97a1 /package/python/python-009-no-termcap-host-path.patch | |
parent | 9fa9cf998efea8b0c3537d9e132302b59c169dae (diff) | |
download | buildroot-63c735b60a992aa5a97aba859ca8a5ba05e6af16.tar.gz buildroot-63c735b60a992aa5a97aba859ca8a5ba05e6af16.zip |
python: bump to version 2.7.8
The different patches are just refreshed to apply without fuzz, there
are no changes/conflicts.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/python-009-no-termcap-host-path.patch')
-rw-r--r-- | package/python/python-009-no-termcap-host-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/python-009-no-termcap-host-path.patch b/package/python/python-009-no-termcap-host-path.patch index 7df8a32a00..fadc7b3238 100644 --- a/package/python/python-009-no-termcap-host-path.patch +++ b/package/python/python-009-no-termcap-host-path.patch @@ -7,7 +7,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -760,12 +760,9 @@ +@@ -762,12 +762,9 @@ pass # Issue 7384: Already linked against curses or tinfo. elif curses_library: readline_libs.append(curses_library) |