diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-09-09 09:26:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-08 19:02:11 -0700 |
| commit | 09e086812aab7ca6ee480fb625966e2318174345 (patch) | |
| tree | f9475a9ece4544d667ceafd463df5ca876012880 /meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb | |
| parent | 158abf9b600b48d5843bdae7f5eb53c4f963e899 (diff) | |
| download | meta-openembedded-09e086812aab7ca6ee480fb625966e2318174345.tar.gz | |
python3-parsimonious: upgrade 0.9.0 -> 0.10.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb deleted file mode 100644 index 5a604fa41c..0000000000 --- a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python." | ||
| 2 | HOMEPAGE = "https://github.com/erikrose/parsimonious" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "python3-regex" | ||
