diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:25 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | cb71f2ee5cc04eb89098af81435a8ae0a7b6afc0 (patch) | |
tree | ecb6962f27e72943821de6a4918bdff3253bc5b3 | |
parent | d24848e39a890a126bcc55aeee164d399208623a (diff) | |
download | poky-cb71f2ee5cc04eb89098af81435a8ae0a7b6afc0.tar.gz |
python3-setuptools: do not depend on distutils
No longer depend on python3-distutils, current versions of setuptools
vendor as _distutils.
[YOCTO #14610]
(From OE-Core rev: 2b6735f648744c42484afec6edab6d5e130111e2)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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} = "\ | |||
22 | ${PYTHON_PN}-compile \ | 22 | ${PYTHON_PN}-compile \ |
23 | ${PYTHON_PN}-compression \ | 23 | ${PYTHON_PN}-compression \ |
24 | ${PYTHON_PN}-ctypes \ | 24 | ${PYTHON_PN}-ctypes \ |
25 | ${PYTHON_PN}-distutils \ | ||
26 | ${PYTHON_PN}-email \ | 25 | ${PYTHON_PN}-email \ |
27 | ${PYTHON_PN}-html \ | 26 | ${PYTHON_PN}-html \ |
28 | ${PYTHON_PN}-json \ | 27 | ${PYTHON_PN}-json \ |