diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2024-12-19 16:47:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 09:41:31 -0800 |
commit | 751cc692ee13f0e7ba7a82d73dd4c987da3d578d (patch) | |
tree | ddb78ebaf3b24e28c97f9517dbef7628bfc0927f /meta-python/recipes-devtools/python | |
parent | 4cac1be12dd0221515951642d8c4362bf9a8b4d7 (diff) | |
download | meta-openembedded-751cc692ee13f0e7ba7a82d73dd4c987da3d578d.tar.gz |
Update p7zip to 7zip
Due to commit [Use 7zip 2409 to replace p7zip 16.02] applied,
update affected recipes
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rarfile_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb index 41cff4bfc4..6f3012d1e1 100644 --- a/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb +++ b/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb | |||
@@ -13,7 +13,7 @@ inherit pypi | |||
13 | PYPI_PACKAGE="rarfile" | 13 | PYPI_PACKAGE="rarfile" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | p7zip \ | 16 | 7zip \ |
17 | python3-core \ | 17 | python3-core \ |
18 | python3-datetime \ | 18 | python3-datetime \ |
19 | python3-crypt \ | 19 | python3-crypt \ |