summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-11-24 19:32:48 -0800
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:08:17 -0800
commitdbaf2aa01e829effb1f5546253331f0b5b0d4476 (patch)
tree09970425009176d88a166183e49d2621d3dc83a4 /meta/recipes-devtools
parent5f8000e0846ff04fc7e38747ef5a475be245649e (diff)
downloadopenembedded-core-contrib-dbaf2aa01e829effb1f5546253331f0b5b0d4476.tar.gz
python3-setuptools: do not depend on distutils
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools_59.2.0.bb1
1 files changed, 0 insertions, 1 deletions
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 704f58abd3..9ff4095c7a 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 \