summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-23 18:19:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-25 00:05:20 +0100
commit0c3e8469380183fe3f4c544ad701dc1174d15c59 (patch)
treedb4eeafeafa957423a7586879697688c431039de /meta/recipes-devtools/python
parent281ee0ccd1fc67e558c5171de06797f072ff148d (diff)
downloadpoky-0c3e8469380183fe3f4c544ad701dc1174d15c59.tar.gz
python3-mako: update to 1.0.9
(From OE-Core rev: ab1018987b70039b12269224038af75521566f28) 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')
-rw-r--r--meta/recipes-devtools/python/python-mako.inc4
-rw-r--r--meta/recipes-devtools/python/python3-mako_1.0.9.bb (renamed from meta/recipes-devtools/python/python3-mako_1.0.7.bb)1
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc
index e265bde85f..97c624bbc6 100644
--- a/meta/recipes-devtools/python/python-mako.inc
+++ b/meta/recipes-devtools/python/python-mako.inc
@@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako"
8 8
9inherit pypi 9inherit pypi
10 10
11SRC_URI[md5sum] = "5836cc997b1b773ef389bf6629c30e65" 11SRC_URI[md5sum] = "d739720f3f0d6a1cb6a96ea7a4760c3e"
12SRC_URI[sha256sum] = "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae" 12SRC_URI[sha256sum] = "0728c404877cd4ca72c409c0ea372dc5f3b53fa1ad2bb434e1d216c0444ff1fd"
13 13
14RDEPENDS_${PN} = "${PYTHON_PN}-html \ 14RDEPENDS_${PN} = "${PYTHON_PN}-html \
15 ${PYTHON_PN}-netclient \ 15 ${PYTHON_PN}-netclient \
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.7.bb b/meta/recipes-devtools/python/python3-mako_1.0.9.bb
index 22ceeeb395..17803f1b00 100644
--- a/meta/recipes-devtools/python/python3-mako_1.0.7.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.0.9.bb
@@ -1,2 +1,3 @@
1inherit setuptools3 1inherit setuptools3
2require python-mako.inc 2require python-mako.inc
3