From 83d8b469750d7917376abb4d34f7797ee0f75267 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 31 Jan 2021 10:35:35 +0000 Subject: 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 --- meta/recipes-devtools/python/python3-setuptools_51.0.0.bb | 1 + 1 file changed, 1 insertion(+) 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} = "\ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-pkg-resources \ ${PYTHON_PN}-pkgutil \ ${PYTHON_PN}-plistlib \ ${PYTHON_PN}-shell \ -- cgit 1.2.3-korg