aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-lrparsing_1.0.16.bb
diff options
context:
space:
mode:
authorCallaghan, Dan <dan.callaghan@opengear.com>2019-09-25 18:05:37 +1000
committerKhem Raj <raj.khem@gmail.com>2019-09-25 09:48:19 -0700
commit4acbe8b706095aa183f58b8dc14cf03da051c139 (patch)
tree677a3b9410fd076e3becfd0e75c074fa79202db5 /recipes-devtools/python/python-lrparsing_1.0.16.bb
parent5629772cb7deda270e5753c8347f5ae1076d8220 (diff)
downloadmeta-python2-4acbe8b706095aa183f58b8dc14cf03da051c139.tar.gz
add new recipes for python-lrparsing, python3-lrparsing
The lrparsing library is an LR(1) parsing library for Python. Grammars can be defined using Python expressions. (From meta-openembedded commit: ef1fbfd0f994f2464d01b3d13b775fb185a0fe58) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-lrparsing_1.0.16.bb')
-rw-r--r--recipes-devtools/python/python-lrparsing_1.0.16.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-lrparsing_1.0.16.bb b/recipes-devtools/python/python-lrparsing_1.0.16.bb
new file mode 100644
index 0000000..2cfe301
--- /dev/null
+++ b/recipes-devtools/python/python-lrparsing_1.0.16.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-lrparsing.inc