pip3 package is missing the runtime dependency on tomllib. Add
python3-tomllib to the recipe's RDEPENDS. While at it: order the
dependencies alphabetically.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"