python3-robotframework: upgrade 4.1.1 -> 4.1.2

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
zangrc 2021-10-28 01:24:58 +08:00 committed by Khem Raj
parent 89002cf520
commit 369db87ee0

View File

@ -13,7 +13,7 @@ inherit pypi setuptools3
PYPI_PACKAGE_EXT = "zip" PYPI_PACKAGE_EXT = "zip"
SRC_URI[sha256sum] = "663f84c177b2fa9b3b782939e31637a057a33f3a4b29067812f1259b7f4bad35" SRC_URI[sha256sum] = "7ea2454b847cfcb211e2906743c5c4a868ab096ab4ce1547ab102d91fb224443"
RDEPENDS:${PN} += " \ RDEPENDS:${PN} += " \
${PYTHON_PN}-shell \ ${PYTHON_PN}-shell \
@ -26,4 +26,5 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-ctypes \ ${PYTHON_PN}-ctypes \
${PYTHON_PN}-logging \ ${PYTHON_PN}-logging \
${PYTHON_PN}-numbers \ ${PYTHON_PN}-numbers \
${PYTHON_PN}-profile \
" "