summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 18:43:47 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commita90197018f9477248638976e7d33c2f1ada2c3b3 (patch)
treeac2b5a4a78b397eee77d60712c197f96879c3e89 /pkg
parentebce1723ec1f8b214938fff65bf1a297cfb061e0 (diff)
python: Install Grammar.txt and PatternGrammar.txt
This is needed by lib2to3.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/python/pylibs.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/python/pylibs.txt b/pkg/python/pylibs.txt
index 2d2eda32..a294316e 100644
--- a/pkg/python/pylibs.txt
+++ b/pkg/python/pylibs.txt
@@ -1,4 +1,4 @@
-# 2,<cd src/Lib && find * '(' -name test -o -name tests -o -name idle_test ')' '!' -prune -o -name '*.py' | LC_COLLATE=C sort
+# 2,<cd src/Lib && find * '(' -name test -o -name tests -o -name idle_test ')' '!' -prune -o -name '*.py' -o -name '*Grammar.txt' | LC_COLLATE=C sort
__future__.py
__phello__.foo.py
_bootlocale.py
@@ -413,6 +413,8 @@ json/encoder.py
json/scanner.py
json/tool.py
keyword.py
+lib2to3/Grammar.txt
+lib2to3/PatternGrammar.txt
lib2to3/__init__.py
lib2to3/__main__.py
lib2to3/btm_matcher.py