diff mbox series

[meta-networking] python3-scapy: Drop python3-tox from ptest rdeps

Message ID 20240224201714.3179859-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-networking] python3-scapy: Drop python3-tox from ptest rdeps | expand

Commit Message

Khem Raj Feb. 24, 2024, 8:17 p.m. UTC
python3-tox is only needed if internal driver for running tests is used
which we do not use in OE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 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 d5d4850402..d57cb977e4 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
@@ -40,5 +40,5 @@  RDEPENDS:${PN} = "tcpdump python3-compression python3-cryptography python3-netcl
                   python3-netserver python3-pydoc python3-pkgutil python3-shell \
                   python3-threading python3-numbers python3-fcntl python3-logging \
                   python3-difflib"
-RDEPENDS:${PN}-ptest += "python3-json python3-mock python3-multiprocessing python3-tox \
+RDEPENDS:${PN}-ptest += "python3-json python3-mock python3-multiprocessing \
                          iproute2 tshark"