mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python3-markdown: update 3.6 -> 3.7
(From OE-Core rev: 68f5e7215073776ea01512fa4c41534b57840681) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4b78e21ab8
commit
91051f1a34
13
meta/recipes-devtools/python/python3-markdown_3.7.bb
Normal file
13
meta/recipes-devtools/python/python3-markdown_3.7.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "A Python implementation of John Gruber's Markdown."
|
||||
HOMEPAGE = "https://python-markdown.github.io/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "Markdown"
|
||||
SRC_URI[sha256sum] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += "python3-logging python3-setuptools"
|
||||
Reference in New Issue
Block a user