diff mbox series

[2/4] python3-cffi: generalise RDEPENDS

Message ID 20240724160832.2384962-2-ross.burton@arm.com
State Accepted, archived
Commit 8b2332c355d603027e965e9a6a5045f9eb1f024c
Headers show
Series [1/4] ptest-packagelists: sort entries | expand

Commit Message

Ross Burton July 24, 2024, 4:08 p.m. UTC
There's no need to mark these RDEPENDS as target-only.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-cffi_1.16.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj July 24, 2024, 7:15 p.m. UTC | #1
On Wed, Jul 24, 2024 at 9:08 AM Ross Burton via lists.openembedded.org
<ross.burton=arm.com@lists.openembedded.org> wrote:
>
> There's no need to mark these RDEPENDS as target-only.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  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 \

I hope the native version is not in the critical dependency chain.

> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#202460): https://lists.openembedded.org/g/openembedded-core/message/202460
> Mute This Topic: https://lists.openembedded.org/mt/107526225/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 \