From: Ross Burton Date: Tue, 23 Jul 2024 14:51:04 +0000 (+0100) Subject: python3-poetry-core: remove python3-pathlib2 dependency X-Git-Tag: yocto-5.2~2308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b981b6fe196b6ea4a4b966149f2954ddd047903;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-poetry-core: remove python3-pathlib2 dependency 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 Signed-off-by: Richard Purdie --- 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 \ "