mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +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:
committed by
Khem Raj
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user