summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-07-02 22:31:29 +0000
committerSteve Sakoman <steve@sakoman.com>2024-07-09 06:02:55 -0700
commitb0ab1c80fc5787d4eb43a443afe0979d56c930bc (patch)
treedd691f6a13b3a2b5646d4bfb13757b703bedd030 /meta/recipes-devtools/python
parent609b468241f63cd5246103ea04e18c9a5e68f81b (diff)
downloadpoky-b0ab1c80fc5787d4eb43a443afe0979d56c930bc.tar.gz
python3-setuptools: drop python3-2to3 from RDEPENDS
2to3 module was dropped as a dependency in setuptools 58.0 (From OE-Core rev: 0d5cd1d867a826cf83fcaee3e8390b9defec47d1) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_69.1.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb b/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb
index 77d4e0aa03..67475b68eb 100644
--- a/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_69.1.1.bb
@@ -16,7 +16,6 @@ SRC_URI[sha256sum] = "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c
16DEPENDS += "python3" 16DEPENDS += "python3"
17 17
18RDEPENDS:${PN} = "\ 18RDEPENDS:${PN} = "\
19 python3-2to3 \
20 python3-compile \ 19 python3-compile \
21 python3-compression \ 20 python3-compression \
22 python3-ctypes \ 21 python3-ctypes \