summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parso_0.8.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parso_0.8.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.6.bb
new file mode 100644
index 0000000000..1659f1babd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.6.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] = "2b9a0332696df97d454fa67b81618fd69c35a7b90327cbe6ba5c92d2c68a7bfd"
9
10CVE_PRODUCT = "parso"
11
12inherit setuptools3 pypi
13
14RDEPENDS:${PN} = " \
15 python3-crypt \
16 python3-difflib \
17 python3-logging \
18"