diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-markdown_3.8.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-markdown_3.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.bb b/meta/recipes-devtools/python/python3-markdown_3.8.bb new file mode 100644 index 0000000000..09c2f3435b --- /dev/null +++ b/meta/recipes-devtools/python/python3-markdown_3.8.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "A Python implementation of John Gruber's Markdown." | ||
2 | HOMEPAGE = "https://python-markdown.github.io/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" | ||
5 | |||
6 | inherit pypi python_setuptools_build_meta | ||
7 | |||
8 | SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | RDEPENDS:${PN} += "python3-logging python3-setuptools" | ||