python3-pyelftools: Depend on debugger, pprint

python3-pyelftools uses python3-debugger, python3-pprint.
So add dependencies on these packages.

(From OE-Core rev: 22e84cdd05870f1a19c6389b66c4dfd5e9b418f7)

Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chaitanya Vadrevu
2021-12-16 17:58:25 -06:00
committed by Richard Purdie
parent 4a1ba69eab
commit ddf1c3d16c

View File

@@ -11,3 +11,5 @@ PYPI_PACKAGE = "pyelftools"
inherit pypi setuptools3
BBCLASSEXTEND = "native"
RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"