aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/04_asn2wrs_ply.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/04_asn2wrs_ply.patch')
-rw-r--r--debian/patches/04_asn2wrs_ply.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/04_asn2wrs_ply.patch b/debian/patches/04_asn2wrs_ply.patch
new file mode 100644
index 0000000000..2cf2bae9c9
--- /dev/null
+++ b/debian/patches/04_asn2wrs_ply.patch
@@ -0,0 +1,17 @@
+Description: Use lex/yacc from ply
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/554613
+Author: Jakub Wilk <ubanus@users.sf.net>
+
+--- a/tools/asn2wrs.py
++++ b/tools/asn2wrs.py
+@@ -70,8 +70,8 @@
+ import getopt
+ import traceback
+
+-import lex
+-import yacc
++from ply import lex
++from ply import yacc
+
+ from functools import partial