diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-08 18:47:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-12 16:23:57 +0100 |
commit | b2dd0b1c7c75522f9bef63160d921585c2e4300b (patch) | |
tree | d1b6470c14c040ae0a306321e1809489dd6b0007 /meta | |
parent | a3845f921a5e7ee46502ee30c2cb8608d5e792e8 (diff) | |
download | poky-b2dd0b1c7c75522f9bef63160d921585c2e4300b.tar.gz |
python3-mako: 1.0.14 -> 1.1.0
Upgrade python3-mako from 1.0.14 to 1.1.0.
(From OE-Core rev: cdde0265b196def4633ece64d798e576362e7b61)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.1.0.bb (renamed from meta/recipes-devtools/python/python3-mako_1.0.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.14.bb b/meta/recipes-devtools/python/python3-mako_1.1.0.bb index d2f5188cc4..b139e5ab00 100644 --- a/meta/recipes-devtools/python/python3-mako_1.0.14.bb +++ b/meta/recipes-devtools/python/python3-mako_1.1.0.bb | |||
@@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | SRC_URI[md5sum] = "e162578170331f0cc6a4adb063c7c0f6" | 11 | SRC_URI[md5sum] = "6c3f2da0b74af529a4c4a537d0848bf2" |
12 | SRC_URI[sha256sum] = "f5a642d8c5699269ab62a68b296ff990767eb120f51e2e8f3d6afb16bdb57f4b" | 12 | SRC_URI[sha256sum] = "a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ | 14 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ |
15 | ${PYTHON_PN}-netclient \ | 15 | ${PYTHON_PN}-netclient \ |