diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-06-19 17:03:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-01 13:56:02 +0100 |
| commit | e2bdb0d5294edd922db55aa974649192b0cc0e12 (patch) | |
| tree | 873cc62880e2df574922697fc303373f12ee9f63 | |
| parent | c925c8d403881275023e258151312583f6b090cd (diff) | |
| download | poky-e2bdb0d5294edd922db55aa974649192b0cc0e12.tar.gz | |
python3-setuptools: drop python3-2to3 from RDEPENDS
2to3 module was dropped as a dependency in setuptools 58.0
(From OE-Core rev: be952c7b370b064673331e40b4dc0836c9c0b153)
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_69.5.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb b/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb index 8261b09d16..cc6256db80 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb | |||
| @@ -16,7 +16,6 @@ SRC_URI[sha256sum] = "6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611 | |||
| 16 | DEPENDS += "python3" | 16 | DEPENDS += "python3" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} = "\ | 18 | RDEPENDS:${PN} = "\ |
| 19 | python3-2to3 \ | ||
| 20 | python3-compile \ | 19 | python3-compile \ |
| 21 | python3-compression \ | 20 | python3-compression \ |
| 22 | python3-ctypes \ | 21 | python3-ctypes \ |
