diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-23 09:17:50 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-26 08:13:20 -0800 |
| commit | b0a2d2d63d875fcf11792e6a9981886c54342535 (patch) | |
| tree | e8136e32c860859442db83262d88ab3a00a70333 /meta-networking | |
| parent | a5b340a387754ff0f5b58765d9f7d74c7ef57779 (diff) | |
| download | meta-openembedded-b0a2d2d63d875fcf11792e6a9981886c54342535.tar.gz | |
python3-scapy: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 |
1 files changed, 2 insertions, 0 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 2fd4dc6baf..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,3 +40,5 @@ RDEPENDS:${PN} = "tcpdump python3-compression python3-cryptography python3-netcl | |||
| 40 | python3-netserver python3-pydoc python3-pkgutil python3-shell \ | 40 | python3-netserver python3-pydoc python3-pkgutil python3-shell \ |
| 41 | python3-threading python3-numbers python3-fcntl python3-logging \ | 41 | python3-threading python3-numbers python3-fcntl python3-logging \ |
| 42 | python3-difflib" | 42 | python3-difflib" |
| 43 | RDEPENDS:${PN}-ptest += "python3-json python3-mock python3-multiprocessing \ | ||
| 44 | iproute2 tshark" | ||
