summaryrefslogtreecommitdiff
path: root/debian/patches/lib2to3-no-pickled-grammar.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/lib2to3-no-pickled-grammar.diff')
-rw-r--r--debian/patches/lib2to3-no-pickled-grammar.diff6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/patches/lib2to3-no-pickled-grammar.diff b/debian/patches/lib2to3-no-pickled-grammar.diff
index a7cc1ec..a1dd900 100644
--- a/debian/patches/lib2to3-no-pickled-grammar.diff
+++ b/debian/patches/lib2to3-no-pickled-grammar.diff
@@ -1,8 +1,6 @@
-Index: b/Lib/lib2to3/pgen2/driver.py
-===================================================================
--- a/Lib/lib2to3/pgen2/driver.py
+++ b/Lib/lib2to3/pgen2/driver.py
-@@ -120,7 +120,10 @@ def load_grammar(gt="Grammar.txt", gp=No
+@@ -119,7 +119,10 @@ def load_grammar(gt="Grammar.txt", gp=No
if force or not _newer(gp, gt):
logger.info("Generating grammar tables from %s", gt)
g = pgen.generate_grammar(gt)
@@ -14,8 +12,6 @@ Index: b/Lib/lib2to3/pgen2/driver.py
logger.info("Writing grammar tables to %s", gp)
try:
g.dump(gp)
-Index: b/Lib/lib2to3/tests/test_parser.py
-===================================================================
--- a/Lib/lib2to3/tests/test_parser.py
+++ b/Lib/lib2to3/tests/test_parser.py
@@ -38,83 +38,6 @@ class TestDriver(support.TestCase):