From 2b6735f648744c42484afec6edab6d5e130111e2 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 11 Jan 2022 11:01:25 -0800 Subject: 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 --- meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools') 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 \ -- cgit 1.2.3-korg