]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-poetry-core: remove python3-pathlib2 dependency
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:04 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb

index 540fdffaedacf6ca060d01bd92c016290c0e90c6..a073f8b069e705cd73dd400f23532c18bc9bb291 100644 (file)
@@ -29,7 +29,6 @@ RDEPENDS:${PN}:append:class-target = "\
     python3-json \
     python3-logging \
     python3-netclient \
-    python3-pathlib2 \
     python3-pprint \
     python3-shell \
 "