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>
This commit is contained in:
Bartosz Golaszewski
2023-06-23 16:39:04 +02:00
committed by Khem Raj
parent 378a1830e8
commit 9d51bf9c9b

View File

@@ -14,4 +14,10 @@ S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS:${PN} += "python3-core"
RDEPENDS:${PN} += " \
python3-compression \
python3-logging \
python3-netserver \
python3-setuptools \
python3-stringold \
"