]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-setuptools: Add back accidentally dropped RDEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Jan 2021 10:35:35 +0000 (10:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:42:44 +0000 (21:42 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools_51.0.0.bb

index db336bfa13b1f127b6556266cdb52c6386aa0b78..dc09c13846d0a951ead903280feb90364308ef70 100644 (file)
@@ -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 \