From 369db87ee00fdd6442ea5155f95c17a155951547 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 28 Oct 2021 01:24:58 +0800 Subject: [PATCH] python3-robotframework: upgrade 4.1.1 -> 4.1.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...robotframework_4.1.1.bb => python3-robotframework_4.1.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_4.1.1.bb => python3-robotframework_4.1.2.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb rename to meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb index d715f35135..0c3de5da79 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.1.2.bb @@ -13,7 +13,7 @@ inherit pypi setuptools3 PYPI_PACKAGE_EXT = "zip" -SRC_URI[sha256sum] = "663f84c177b2fa9b3b782939e31637a057a33f3a4b29067812f1259b7f4bad35" +SRC_URI[sha256sum] = "7ea2454b847cfcb211e2906743c5c4a868ab096ab4ce1547ab102d91fb224443" RDEPENDS:${PN} += " \ ${PYTHON_PN}-shell \ @@ -26,4 +26,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-ctypes \ ${PYTHON_PN}-logging \ ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-profile \ "