From: Ross Burton Date: Wed, 24 Jul 2024 17:19:25 +0000 (+0100) Subject: python3-idna: generalise RDEPENDS X-Git-Tag: yocto-5.1~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdea890710aa11ab819bb7d23e18a5f01447292;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-idna: generalise RDEPENDS Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-idna_3.7.bb b/meta/recipes-devtools/python/python3-idna_3.7.bb index 729aff1c462..20c92d65372 100644 --- a/meta/recipes-devtools/python/python3-idna_3.7.bb +++ b/meta/recipes-devtools/python/python3-idna_3.7.bb @@ -7,8 +7,6 @@ SRC_URI[sha256sum] = "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285b inherit pypi python_flit_core -RDEPENDS:${PN}:class-target = "\ - python3-codecs \ -" +RDEPENDS:${PN} += "python3-codecs" BBCLASSEXTEND = "native nativesdk"