mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 13:27:14 +00:00
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:
parent
378a1830e8
commit
9d51bf9c9b
@ -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 \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user