[PATCH] [oe] [meta-python] [PATCH] python3-sh: upgrade 1.14.2 -> 1.14.3
wangmy
bugfix where Command was not aware of default call args when wrapping the module
Add dependence python3-fcntl Signed-off-by: Wang Mingyu <wangmy@...> --- .../python/{python3-sh_1.14.2.bb => python3-sh_1.14.3.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sh_1.14.2.bb => python3-sh_1.14.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-sh_1.14.2.bb rename to meta-python/recipes-devtools/python/python3-sh_1.14.3.bb index f8cecfdfcb..317f648dcd 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/amoffat/sh" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" -SRC_URI[sha256sum] = "9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d" +SRC_URI[sha256sum] = "e4045b6c732d9ce75d571c79f5ac2234edd9ae4f5fa9d59b09705082bdca18c7" PYPI_PACKAGE = "sh" @@ -19,4 +19,5 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-terminal \ ${PYTHON_PN}-threading \ ${PYTHON_PN}-unixadmin \ + ${PYTHON_PN}-fcntl \ " -- 2.25.1
|
|