Poetry 1.1.0 removed pathlib2 from the dependencies entirely, and before then it was only needed with Python 2.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb index 540fdffaeda..a073f8b069e 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb @@ -29,7 +29,6 @@ RDEPENDS:${PN}:append:class-target = "\ python3-json \ python3-logging \ python3-netclient \ - python3-pathlib2 \ python3-pprint \ python3-shell \ " -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202371): https://lists.openembedded.org/g/openembedded-core/message/202371 Mute This Topic: https://lists.openembedded.org/mt/107505883/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
