[RFC,17/26] python3-setuptools: do not depend on distutils

Message ID dbaf2aa01e829effb1f5546253331f0b5b0d4476.1637900380.git.timothy.t.orling@intel.com
State Accepted, archived
Commit 2b6735f648744c42484afec6edab6d5e130111e2
Headers show
Series [RFC,01/26] classes/distutils-*: add warning of deprecation | expand

Commit Message

Tim Orling Nov. 26, 2021, 4:35 a.m. UTC
No longer depend on python3-distutils, current versions of setuptools
vendor as _distutils.

[YOCTO #14610]

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
---
 meta/recipes-devtools/python/python3-setuptools_59.2.0.bb | 1 -
 1 file changed, 1 deletion(-)

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools_59.2.0.bb b/meta/recipes-devtools/python/python3-setuptools_59.2.0.bb
index 704f58abd31..9ff4095c7a9 100644
--- a/meta/recipes-devtools/python/python3-setuptools_59.2.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_59.2.0.bb
@@ -22,7 +22,6 @@  RDEPENDS:${PN} = "\
     ${PYTHON_PN}-compile \
     ${PYTHON_PN}-compression \
     ${PYTHON_PN}-ctypes \
-    ${PYTHON_PN}-distutils \
     ${PYTHON_PN}-email \
     ${PYTHON_PN}-html \
     ${PYTHON_PN}-json \