diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-ply_3.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-ply_3.10.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python-ply_3.10.bb b/meta-python/recipes-devtools/python/python-ply_3.10.bb index 9d019ae031..2b6165c5be 100644 --- a/meta-python/recipes-devtools/python/python-ply_3.10.bb +++ b/meta-python/recipes-devtools/python/python-ply_3.10.bb | |||
| @@ -1,11 +1,2 @@ | |||
| 1 | SUMMARY = "Python Lex and Yacc" | 1 | require python-ply.inc |
| 2 | DESCRIPTION = "Python ply: PLY is yet another implementation of lex and yacc for Python" | 2 | inherit setuptools |
| 3 | HOMEPAGE = "https://pypi.python.org/pypi/ply" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://README.md;beginline=3;endline=30;md5=fcb04bc2f765e46ab7084d6ab6e452bb" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "1d63c166ab250bab87d8dcc42dcca70e" | ||
| 9 | SRC_URI[sha256sum] = "96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb" | ||
| 10 | |||
| 11 | inherit pypi setuptools | ||
