diff options
author | Orion Poplawski <orion@cora.nwra.com> | 2016-08-24 15:34:12 -0600 |
---|---|---|
committer | Tim Orling <TicoTimo@gmail.com> | 2016-09-28 23:11:12 -0700 |
commit | 08cc47e347b4185ebd133efadc00b03f316966cb (patch) | |
tree | 76b2798af775a6d15a93e9fcbb3da9d3ab08fe88 /python34-readline.patch | |
parent | 6de86794a2acde978b930a20a788a3c644a816e8 (diff) | |
download | python34-08cc47e347b4185ebd133efadc00b03f316966cb.tar.gz python34-08cc47e347b4185ebd133efadc00b03f316966cb.tar.xz python34-08cc47e347b4185ebd133efadc00b03f316966cb.zip |
Update to build on EL6epel6
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Diffstat (limited to 'python34-readline.patch')
-rw-r--r-- | python34-readline.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python34-readline.patch b/python34-readline.patch new file mode 100644 index 0000000..83601d8 --- /dev/null +++ b/python34-readline.patch @@ -0,0 +1,14 @@ +diff -up Python-3.4.3/Lib/test/test_readline.py.readline Python-3.4.3/Lib/test/test_readline.py +--- Python-3.4.3/Lib/test/test_readline.py.readline 2016-08-24 14:12:57.026751263 -0600 ++++ Python-3.4.3/Lib/test/test_readline.py 2016-08-24 14:13:28.768616872 -0600 +@@ -45,7 +45,7 @@ class TestHistoryManipulation (unittest. + + class TestReadline(unittest.TestCase): + +- @unittest.skipIf(readline._READLINE_VERSION < 0x0600 ++ @unittest.skipIf(readline._READLINE_VERSION < 0x0601 + and "libedit" not in readline.__doc__, + "not supported in this library version") + def test_init(self): +diff -up Python-3.4.3/Misc/NEWS.readline Python-3.4.3/Misc/NEWS +diff -up Python-3.4.3/Modules/readline.c.readline Python-3.4.3/Modules/readline.c |