commit: a90197018f9477248638976e7d33c2f1ada2c3b3
parent ebce1723ec1f8b214938fff65bf1a297cfb061e0
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Mar 2019 18:43:47 -0700
python: Install Grammar.txt and PatternGrammar.txt
This is needed by lib2to3.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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