python3-coverage: fix coding style and RDEPENDS

Don't use PYTHON_PN, order RDEPENDS alphabetically. Replace toml with
tomllib to fix a run-time dependency issue.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-06-23 16:39:13 +02:00
committed by Khem Raj
parent f839d29ca6
commit 0f74b11f37
@@ -8,14 +8,13 @@ SRC_URI[sha256sum] = "924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f
inherit pypi setuptools3 inherit pypi setuptools3
RDEPENDS:${PN} += " \ RDEPENDS:${PN} += " \
${PYTHON_PN}-sqlite3 \ python3-crypt \
${PYTHON_PN}-core \ python3-io \
${PYTHON_PN}-pprint \ python3-json \
${PYTHON_PN}-json \ python3-multiprocessing \
${PYTHON_PN}-xml \ python3-pprint \
${PYTHON_PN}-crypt \ python3-shell \
${PYTHON_PN}-shell \ python3-sqlite3 \
${PYTHON_PN}-io \ python3-tomllib \
${PYTHON_PN}-toml \ python3-xml \
${PYTHON_PN}-multiprocessing \
" "