diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-31 10:35:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-03 21:45:49 +0000 |
commit | b1e70354dda04b7628aed5d33b5b766d377a5d3c (patch) | |
tree | 3c53d172b3c18cf2a47ff0443a20fa1a53a3d21d | |
parent | fe70db2c46f968ed14e1b24ebc2f70469f6f0cd8 (diff) | |
download | poky-b1e70354dda04b7628aed5d33b5b766d377a5d3c.tar.gz |
python3-setuptools: Add back accidentally dropped RDEPENDS
This was accidentally removed in a previous commit. Due to improvements
in the core, we can now just add it as a normal RDEPENDS along with the
others as the native case no longer causes issues.
(From OE-Core rev: 83d8b469750d7917376abb4d34f7797ee0f75267)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_51.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb index db336bfa13..dc09c13846 100644 --- a/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_51.0.0.bb | |||
@@ -28,6 +28,7 @@ RDEPENDS_${PN} = "\ | |||
28 | ${PYTHON_PN}-netserver \ | 28 | ${PYTHON_PN}-netserver \ |
29 | ${PYTHON_PN}-numbers \ | 29 | ${PYTHON_PN}-numbers \ |
30 | ${PYTHON_PN}-pickle \ | 30 | ${PYTHON_PN}-pickle \ |
31 | ${PYTHON_PN}-pkg-resources \ | ||
31 | ${PYTHON_PN}-pkgutil \ | 32 | ${PYTHON_PN}-pkgutil \ |
32 | ${PYTHON_PN}-plistlib \ | 33 | ${PYTHON_PN}-plistlib \ |
33 | ${PYTHON_PN}-shell \ | 34 | ${PYTHON_PN}-shell \ |