summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
deleted file mode 100644
index c2352224ff..0000000000
--- a/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python."
2HOMEPAGE = "https://github.com/erikrose/parsimonious"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
6
7SRC_URI[sha256sum] = "8281600da180ec8ae35427a4ab4f7b82bfec1e3d1e52f80cb60ea82b9512501c"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-regex"