python3-pip: add missing RDEPENDS

pip3 package is missing the runtime dependency on tomllib. Add
python3-tomllib to the recipe's RDEPENDS. While at it: order the
dependencies alphabetically.

(From OE-Core rev: f0a932dfae5439d7cee2999455edaeb1b263befc)

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bartosz Golaszewski
2024-10-11 21:16:54 +02:00
committed by Richard Purdie
parent 70672522bb
commit 87134b630f

View File

@@ -31,16 +31,17 @@ SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf3
RDEPENDS:${PN} = "\
python3-compile \
python3-io \
python3-html \
python3-image \
python3-io \
python3-json \
python3-multiprocessing \
python3-netserver \
python3-pickle \
python3-setuptools \
python3-tomllib \
python3-unixadmin \
python3-xmlrpc \
python3-pickle \
python3-image \
"
BBCLASSEXTEND = "native nativesdk"