From: Ross Burton Date: Wed, 24 Jul 2024 16:08:30 +0000 (+0100) Subject: python3-cffi: generalise RDEPENDS X-Git-Tag: yocto-5.1~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b2332c355d603027e965e9a6a5045f9eb1f024c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-cffi: generalise RDEPENDS There's no need to mark these RDEPENDS as target-only. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb index 8e829794a56..dfe32c604bd 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25 inherit pypi python_setuptools_build_meta -RDEPENDS:${PN}:class-target = " \ +RDEPENDS:${PN} = " \ python3-ctypes \ python3-io \ python3-pycparser \