mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:47:03 +00:00
scapy: Add difftools and logutils in RDEPENDS
When adding scapy to core-image-base from poky those dependecies were missing causing scapys start to fail. Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
788399ea00
commit
49f53ac041
@ -38,4 +38,5 @@ do_install_ptest() {
|
||||
|
||||
RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl"
|
||||
${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl ${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-difflib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user