As we have Python 3.11+, tomllib will be used instead of python3-toml.

Use of pathlib2 was removed in 3.0.0.

Signed-off-by: Ross Burton <[email protected]>
---
 .../python/python3-importlib-metadata_8.0.0.bb                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb 
b/meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb
index 7c920cffa28..1e446c891f1 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb
@@ -12,8 +12,8 @@ SRC_URI[sha256sum] = 
"188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a69
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-DEPENDS += "python3-setuptools-scm-native python3-toml-native"
-RDEPENDS:${PN} += "python3-zipp python3-pathlib2"
+DEPENDS += "python3-setuptools-scm-native"
+RDEPENDS:${PN} += "python3-zipp"
 RDEPENDS:${PN}:append:class-target = " python3-misc"
 RDEPENDS:${PN}:append:class-nativesdk = " python3-misc"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#202385): 
https://lists.openembedded.org/g/openembedded-core/message/202385
Mute This Topic: https://lists.openembedded.org/mt/107505899/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to