From: Richard Purdie Date: Sun, 31 Jan 2021 10:35:35 +0000 (+0000) Subject: python3-setuptools: Add back accidentally dropped RDEPENDS X-Git-Tag: yocto-4.0~4454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83d8b469750d7917376abb4d34f7797ee0f75267;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- 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 db336bfa13b..dc09c13846d 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} = "\ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-pkg-resources \ ${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-plistlib \ ${PYTHON_PN}-shell \