diff mbox series

[04/37] python3-poetry-core: remove python3-pathlib2 dependency

Message ID 20240723145137.74198-4-ross.burton@arm.com
State Accepted, archived
Commit 6b981b6fe196b6ea4a4b966149f2954ddd047903
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
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>
---
 meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 \
 "