diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-24 18:19:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
commit | 24058c88274e0d73f094d7b9849eb84ac980ba75 (patch) | |
tree | a95c6b79f4244189f1234d566aad8a04d5b9153a /meta | |
parent | 8ba4e6c963be15a2169813f36a5854207ea8819a (diff) | |
download | poky-24058c88274e0d73f094d7b9849eb84ac980ba75.tar.gz |
python3-idna: generalise RDEPENDS
(From OE-Core rev: ffdea890710aa11ab819bb7d23e18a5f01447292)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-idna_3.7.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-idna_3.7.bb b/meta/recipes-devtools/python/python3-idna_3.7.bb index 729aff1c46..20c92d6537 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 | |||
7 | 7 | ||
8 | inherit pypi python_flit_core | 8 | inherit pypi python_flit_core |
9 | 9 | ||
10 | RDEPENDS:${PN}:class-target = "\ | 10 | RDEPENDS:${PN} += "python3-codecs" |
11 | python3-codecs \ | ||
12 | " | ||
13 | 11 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |