From: Chaitanya Vadrevu Date: Thu, 16 Dec 2021 23:58:25 +0000 (-0600) Subject: python3-pyelftools: Depend on debugger, pprint X-Git-Tag: 2021-10.2~54 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=505f5d895da825453739126fedc9976644d77c7b;p=openembedded-core.git python3-pyelftools: Depend on debugger, pprint python3-pyelftools uses python3-debugger, python3-pprint. So add dependencies on these packages. Signed-off-by: Chaitanya Vadrevu Signed-off-by: Richard Purdie (cherry picked from commit 22e84cdd05870f1a19c6389b66c4dfd5e9b418f7) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.27.bb b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb index 0cfd99504b..e2d0e18277 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.27.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb @@ -11,3 +11,5 @@ PYPI_PACKAGE = "pyelftools" inherit pypi setuptools3 BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"