mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
python3-markdown: Upgrade to 3.3.4
meta-python is carrying 3.3.4, once we upgrade it in core we can safely drop it from meta-python, helps with layer-compatibility checks (From OE-Core rev: 88c11b0a45b3fd310288325f97c16ca2c9e0006e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
13
meta/recipes-devtools/python/python3-markdown_3.3.4.bb
Normal file
13
meta/recipes-devtools/python/python3-markdown_3.3.4.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=745aaad0c69c60039e638bff9ffc59ed"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "Markdown"
|
||||
SRC_URI[sha256sum] = "31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools"
|
||||
Reference in New Issue
Block a user