diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:39 +0100 |
| commit | 758350b71c8a7b07f8140bfcf636e1fcda3b1df8 (patch) | |
| tree | 224f15f389213e9b50bfed3e9bf91af64a44a148 /meta/recipes-devtools | |
| parent | bb8fd7415f927aa5df3a4d170efe7e70c1a75675 (diff) | |
| download | poky-758350b71c8a7b07f8140bfcf636e1fcda3b1df8.tar.gz | |
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.
(From OE-Core rev: 6b981b6fe196b6ea4a4b966149f2954ddd047903)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 540fdffaed..a073f8b069 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 = "\ | |||
| 29 | python3-json \ | 29 | python3-json \ |
| 30 | python3-logging \ | 30 | python3-logging \ |
| 31 | python3-netclient \ | 31 | python3-netclient \ |
| 32 | python3-pathlib2 \ | ||
| 33 | python3-pprint \ | 32 | python3-pprint \ |
| 34 | python3-shell \ | 33 | python3-shell \ |
| 35 | " | 34 | " |
