summaryrefslogtreecommitdiff
path: root/repo/python-ply/no-py3-six.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-ply/no-py3-six.patch')
-rw-r--r--repo/python-ply/no-py3-six.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/python-ply/no-py3-six.patch b/repo/python-ply/no-py3-six.patch
new file mode 100644
index 0000000..5a4c665
--- /dev/null
+++ b/repo/python-ply/no-py3-six.patch
@@ -0,0 +1,13 @@
+diff --git a/test/testcpp.py b/test/testcpp.py
+index 2e98edd..7134244 100644
+--- a/test/testcpp.py
++++ b/test/testcpp.py
+@@ -1,7 +1,7 @@
+ from unittest import TestCase, main
+
+ from multiprocessing import Process, Queue
+-from six.moves.queue import Empty
++from queue import Empty
+
+ import sys
+