From: Tim Orling Date: Tue, 11 Jan 2022 19:01:25 +0000 (-0800) Subject: python3-setuptools: do not depend on distutils X-Git-Tag: uninative-3.5~275 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2b6735f648744c42484afec6edab6d5e130111e2;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb index 878fa08404..33ca928c3e 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_59.5.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 \