diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-06 10:07:14 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
| commit | 0ebc69a0ed73c8a1b631c48b44d8d9e51ce912ed (patch) | |
| tree | 8959329a72f88101cfd4e14797f67d0f2345f4f9 /meta/recipes-devtools/python/python3-mako_1.2.1.bb | |
| parent | 1b36386cd89fc2cc859c2f7cf1906cc98f738b53 (diff) | |
| download | poky-0ebc69a0ed73c8a1b631c48b44d8d9e51ce912ed.tar.gz | |
python3-mako: upgrade 1.2.0 -> 1.2.1
(From OE-Core rev: 7e42ad18ee5e7e5633abb6529682e4a1671a911b)
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.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.2.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.2.1.bb b/meta/recipes-devtools/python/python3-mako_1.2.1.bb new file mode 100644 index 0000000000..8155c37984 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.2.1.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] = "f054a5ff4743492f1aa9ecc47172cb33b42b9d993cffcc146c9de17e717b0307" | ||
| 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" | ||
