python3-mako: upgrade 1.2.3 -> 1.2.4

(From OE-Core rev: 27fad5ae2fff3f982aa30d19e5ad4fb4dbeaec9a)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2023-01-04 12:05:20 +01:00
committed by Richard Purdie
parent e13854ad68
commit 4edaf7b33e

View File

@@ -0,0 +1,20 @@
SUMMARY = "Templating library for Python"
HOMEPAGE = "http://www.makotemplates.org/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad08dd28df88e64b35bcac27c822ee34"
PYPI_PACKAGE = "Mako"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34"
RDEPENDS:${PN} = "${PYTHON_PN}-html \
${PYTHON_PN}-markupsafe \
${PYTHON_PN}-netclient \
${PYTHON_PN}-pygments \
${PYTHON_PN}-threading \
"
BBCLASSEXTEND = "native nativesdk"