diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-01-19 14:45:48 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:17 +0000 |
| commit | 30a58427c55985c929b718d2adef9ec78e3df81c (patch) | |
| tree | 5138a5036a55fd7910fd7a2136516bc1b69b49d0 /meta/recipes-devtools/python/python3-mako_1.1.4.bb | |
| parent | 4bcdfaca9e859cf101e17a80710e02a51ce7238a (diff) | |
| download | poky-30a58427c55985c929b718d2adef9ec78e3df81c.tar.gz | |
python3-mako: upgrade 1.1.3 -> 1.1.4
(From OE-Core rev: e93e2dd8e79842cf2a4d6b43befab16013eaab57)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.1.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.4.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.4.bb b/meta/recipes-devtools/python/python3-mako_1.1.4.bb new file mode 100644 index 0000000000..531fc6a3c0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.1.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=943eb67718222db21d44a4ef1836675f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Mako" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ | ||
| 14 | ${PYTHON_PN}-netclient \ | ||
| 15 | ${PYTHON_PN}-threading \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS_${PN}_class-native = "" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
