diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 9d51bf9c9b651a1135afb5baf43e2ddacd858c0a (patch) | |
tree | 6e6ac67128cce902c47f1d80a27da00130b05ecc /meta-python | |
parent | 378a1830e8a6d8a687fa6c3d8f4b914f0e89d157 (diff) | |
download | meta-openembedded-9d51bf9c9b651a1135afb5baf43e2ddacd858c0a.tar.gz |
python3-binwalk: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb index 362efa2751..1a55a3e4a1 100644 --- a/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-binwalk_2.3.3.bb | |||
@@ -14,4 +14,10 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
16 | 16 | ||
17 | RDEPENDS:${PN} += "python3-core" | 17 | RDEPENDS:${PN} += " \ |
18 | python3-compression \ | ||
19 | python3-logging \ | ||
20 | python3-netserver \ | ||
21 | python3-setuptools \ | ||
22 | python3-stringold \ | ||
23 | " | ||