python3-mako: upgrade 1.3.9 -> 1.3.10

Changelog:
- Fix undefined variable errors when strict_undefined=True when using a
nested list comprehension.

(From OE-Core rev: 40a60f0ca45116604430f8b0d1ee4f70e1f9843e)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2025-05-12 17:03:24 +08:00
committed by Richard Purdie
parent 8593897a29
commit 2755265b8c

View File

@@ -0,0 +1,29 @@
SUMMARY = "Templating library for Python"
HOMEPAGE = "http://www.makotemplates.org/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
PYPI_PACKAGE = "mako"
inherit pypi python_setuptools_build_meta ptest-python-pytest
SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28"
RDEPENDS:${PN} = "python3-html \
python3-markupsafe \
python3-misc \
python3-netclient \
python3-pygments \
python3-threading \
"
PTEST_PYTEST_DIR = "test"
do_install_ptest:append() {
install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/
}
BBCLASSEXTEND = "native nativesdk"