aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-devtools
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-01-26 21:53:54 +0000
committerKhem Raj <raj.khem@gmail.com>2024-01-27 09:48:35 -0800
commit49f53ac04134ce313a5dccb1af8cf0c600f1a7d8 (patch)
tree351619be37767a8d8b0eaff9a7385a7dfac84449 /meta-networking/recipes-devtools
parent788399ea001bff696aa1fe421ef9585f4c7207a1 (diff)
downloadmeta-openembedded-49f53ac04134ce313a5dccb1af8cf0c600f1a7d8.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-devtools')
-rw-r--r--meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb
index 4858e4e579..d99d7016b2 100644
--- a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb
+++ b/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb
@@ -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"