diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:05:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
| commit | 4edaf7b33eb821a67ecb69d779293c8e6922505f (patch) | |
| tree | 111c60e0be37f4bf4bd8b3ead8cd904bcdccc62e /meta/recipes-devtools/python/python3-mako_1.2.4.bb | |
| parent | e13854ad6823f84ac2f9d0aa547f6647c2805ee1 (diff) | |
| download | poky-4edaf7b33eb821a67ecb69d779293c8e6922505f.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.2.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.2.4.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.2.4.bb b/meta/recipes-devtools/python/python3-mako_1.2.4.bb new file mode 100644 index 0000000000..9860058723 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.2.4.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Templating library for Python" | ||
| 2 | HOMEPAGE = "http://www.makotemplates.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad08dd28df88e64b35bcac27c822ee34" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Mako" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "${PYTHON_PN}-html \ | ||
| 14 | ${PYTHON_PN}-markupsafe \ | ||
| 15 | ${PYTHON_PN}-netclient \ | ||
| 16 | ${PYTHON_PN}-pygments \ | ||
| 17 | ${PYTHON_PN}-threading \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
