]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: update python3-ctypes RDEPENDS to RRECOMMENDS
authorChangqing Li <changqing.li@windriver.com>
Mon, 3 Mar 2025 07:25:04 +0000 (15:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Mar 2025 18:01:15 +0000 (18:01 +0000)
commit404e7c65499c58d2a6a760b5f0994fadd2ff74d0
tree4d9e187d69d26bb9763e20c07064e23ab322df0f
parent374a91204bdaf44067f6b0ae89ed60934751efaa
python3: update python3-ctypes RDEPENDS to RRECOMMENDS

ctypes.util.find_library depend on run external programs(ldconfig, gcc,
objdump or ld) to get the pathname, if none of above are installed, None
is returned.  Previously, RDEPENDS to ldconfig is added to ensure it
always work when installed.

This commit change it to RRECOMMENDS, this allows user who don't use
function find_library could remove ldconfig from image by
PACKAGE_EXCLUDE

Refer:
https://docs.python.org/3/library/ctypes.html

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.13.2.bb