diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:51:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
commit | 6fcddccd93acb2fb260cb23a27a2c616008166a4 (patch) | |
tree | 65963552da1b322a95e126eeab0bafea8657d322 /meta/recipes-devtools/python/python3-mako_1.1.3.bb | |
parent | 29b0b8919acb9ff8609cfd5a6b40e1c0e6231891 (diff) | |
download | poky-6fcddccd93acb2fb260cb23a27a2c616008166a4.tar.gz |
python3-mako: upgrade 1.1.1 -> 1.1.3
(From OE-Core rev: 7422ddacfb5ef0f31e9e4c010fd22f7bf35849b5)
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.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.3.bb b/meta/recipes-devtools/python/python3-mako_1.1.3.bb new file mode 100644 index 0000000000..cda4e99220 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.1.3.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] = "8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27" | ||
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" | ||