diff mbox series

[meta-networking] scapy: Add difftools and logutils in RDEPENDS

Message ID 20240126215354.2032441-1-simone.p.weiss@posteo.com
State Accepted
Headers show
Series [meta-networking] scapy: Add difftools and logutils in RDEPENDS | expand

Commit Message

Simone Weiß Jan. 26, 2024, 9:53 p.m. UTC
From: Simone Weiß <simone.p.weiss@posteo.com>

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>
---
 meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 4858e4e57..d99d7016b 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"