mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 22:10:28 +00:00
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:
committed by
Khem Raj
parent
f839d29ca6
commit
0f74b11f37
@@ -8,14 +8,13 @@ SRC_URI[sha256sum] = "924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-sqlite3 \
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-xml \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-toml \
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
python3-crypt \
|
||||
python3-io \
|
||||
python3-json \
|
||||
python3-multiprocessing \
|
||||
python3-pprint \
|
||||
python3-shell \
|
||||
python3-sqlite3 \
|
||||
python3-tomllib \
|
||||
python3-xml \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user