From: Bartosz Golaszewski <bartosz.golaszew...@linaro.org>

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.golaszew...@linaro.org>
---
 .../python/python3-coverage_7.2.7.bb          | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb 
b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb
index f625996ba..a69c05d25 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb
@@ -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 \
 "
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#103543): 
https://lists.openembedded.org/g/openembedded-devel/message/103543
Mute This Topic: https://lists.openembedded.org/mt/99719654/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to