diff options
Diffstat (limited to 'package/python3/python3-010-no-termcap-host-path.patch')
-rw-r--r-- | package/python3/python3-010-no-termcap-host-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python3/python3-010-no-termcap-host-path.patch b/package/python3/python3-010-no-termcap-host-path.patch index 57fe47ab0b..46c8a77f92 100644 --- a/package/python3/python3-010-no-termcap-host-path.patch +++ b/package/python3/python3-010-no-termcap-host-path.patch @@ -6,7 +6,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -725,12 +725,9 @@ +@@ -733,12 +733,9 @@ pass # Issue 7384: Already linked against curses or tinfo. elif curses_library: readline_libs.append(curses_library) |