summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-24 17:08:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-26 12:28:42 +0100
commit859ce655763f06d1b43b463e13f1f7ae3627e2d4 (patch)
treee427ea227cb294926cebed5f3f5ae0e108e83cdd /meta/recipes-devtools/python
parent53e627752a7fc917c1bf6b4f0adc254eeb886d9f (diff)
downloadpoky-859ce655763f06d1b43b463e13f1f7ae3627e2d4.tar.gz
python3-cffi: generalise RDEPENDS
There's no need to mark these RDEPENDS as target-only. (From OE-Core rev: 8b2332c355d603027e965e9a6a5045f9eb1f024c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-cffi_1.16.0.bb2
1 files changed, 1 insertions, 1 deletions
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 8e829794a5..dfe32c604b 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
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
11RDEPENDS:${PN}:class-target = " \ 11RDEPENDS:${PN} = " \
12 python3-ctypes \ 12 python3-ctypes \
13 python3-io \ 13 python3-io \
14 python3-pycparser \ 14 python3-pycparser \