From 499df2b1f5cb793ecbedd0f4e28a5ae02d5e64f9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 2 Jul 2019 22:41:05 +0200 Subject: [PATCH] python3-mako: update to 1.0.13 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python3-mako_1.0.12.bb => python3-mako_1.0.13.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.12.bb => python3-mako_1.0.13.bb} (100%) diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc index 31be8f1d50..d71df956e8 100644 --- a/meta/recipes-devtools/python/python-mako.inc +++ b/meta/recipes-devtools/python/python-mako.inc @@ -8,8 +8,8 @@ PYPI_PACKAGE = "Mako" inherit pypi -SRC_URI[md5sum] = "4a7aef27217a8e6c1a29447c9b1b00ab" -SRC_URI[sha256sum] = "0cfa65de3a835e87eeca6ac856b3013aade55f49e32515f65d999f91a2324162" +SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee" +SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541" RDEPENDS_${PN} = "${PYTHON_PN}-html \ ${PYTHON_PN}-netclient \ diff --git a/meta/recipes-devtools/python/python3-mako_1.0.12.bb b/meta/recipes-devtools/python/python3-mako_1.0.13.bb similarity index 100% rename from meta/recipes-devtools/python/python3-mako_1.0.12.bb rename to meta/recipes-devtools/python/python3-mako_1.0.13.bb -- 2.40.1