From 8b2332c355d603027e965e9a6a5045f9eb1f024c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Jul 2024 17:08:30 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-cffi_1.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.2