summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parso_0.8.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parso_0.8.7.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb
new file mode 100644
index 0000000000..0b2f188e12
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.7.bb
@@ -0,0 +1,18 @@
1SUMMARY = "A Python Parser"
2HOMEPAGE = "https://github.com/davidhalter/parso"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
5
6PYPI_PACKAGE = "parso"
7
8SRC_URI[sha256sum] = "eaaac4c9fdd5e9e8852dc778d2d7405897ec510f2a298071453e5e3a07914bb1"
9
10CVE_PRODUCT = "parso"
11
12inherit setuptools3 pypi
13
14RDEPENDS:${PN} = " \
15 python3-crypt \
16 python3-difflib \
17 python3-logging \
18"