mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
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:
committed by
Richard Purdie
parent
4a1ba69eab
commit
ddf1c3d16c
@@ -11,3 +11,5 @@ PYPI_PACKAGE = "pyelftools"
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint"
|
||||
|
||||
Reference in New Issue
Block a user