From: Jiaying Song <[email protected]> Commit 5f34680219 packaged the compression/ directory into python3-compression, but missed the _zstd C extension which lives in lib-dynload/ and fell into python3-misc. Add it to the compression package where it belongs.
Signed-off-by: Jiaying Song <[email protected]> --- meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 64e54666ce..11ce2c97d2 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -168,7 +168,8 @@ "${libdir}/python${PYTHON_MAJMIN}/gzip.py", "${libdir}/python${PYTHON_MAJMIN}/tarfile.py", "${libdir}/python${PYTHON_MAJMIN}/zipfile/", - "${libdir}/python${PYTHON_MAJMIN}/compression/" + "${libdir}/python${PYTHON_MAJMIN}/compression/", + "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_zstd.*.so" ], "cached": [ "${libdir}/python${PYTHON_MAJMIN}/__pycache__/gzip.*.pyc", -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233857): https://lists.openembedded.org/g/openembedded-core/message/233857 Mute This Topic: https://lists.openembedded.org/mt/118497370/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
