diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-25 13:37:59 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 08:07:55 +0100 |
| commit | 63daa467d5c0f63932475922f919fcc98ccb6749 (patch) | |
| tree | 999f23f4f5f8c13f823a88165224ea7bca801651 /meta/recipes-devtools/python/python3-mako_1.1.5.bb | |
| parent | 1ddfa92934b2aa7cd20cb1b64786df903238184a (diff) | |
| download | poky-63daa467d5c0f63932475922f919fcc98ccb6749.tar.gz | |
python3-mako: upgrade 1.1.4 -> 1.1.5
(From OE-Core rev: 55e168eb2961dc4c1ae99a3ddee31b36d84c8fa9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.1.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.5.bb b/meta/recipes-devtools/python/python3-mako_1.1.5.bb new file mode 100644 index 0000000000..f8be44a837 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.1.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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] = "169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "${PYTHON_PN}-html \ | ||
| 14 | ${PYTHON_PN}-netclient \ | ||
| 15 | ${PYTHON_PN}-threading \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
