logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
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:

Mpkg/python/pylibs.txt4+++-
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