diff options
| author | Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> | 2021-12-16 17:58:25 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-04 15:29:19 +0000 |
| commit | 298a434af8965ef0e4e0d86e39386c44870787bf (patch) | |
| tree | 65126eedc93574ec1b5439045c76b3804054c2d1 /meta/recipes-devtools/python | |
| parent | cedde50ff83702a5115ec080ff5e6430285dfa46 (diff) | |
| download | poky-298a434af8965ef0e4e0d86e39386c44870787bf.tar.gz | |
python3-pyelftools: Depend on debugger, pprint
python3-pyelftools uses python3-debugger, python3-pprint.
So add dependencies on these packages.
(From OE-Core rev: 505f5d895da825453739126fedc9976644d77c7b)
Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 22e84cdd05870f1a19c6389b66c4dfd5e9b418f7)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyelftools_0.27.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | |||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-debugger ${PYTHON_PN}-pprint" | ||
