diff options
| author | Simone Weiß <simone.p.weiss@posteo.com> | 2024-01-26 21:53:54 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:35 -0800 |
| commit | 49f53ac04134ce313a5dccb1af8cf0c600f1a7d8 (patch) | |
| tree | 351619be37767a8d8b0eaff9a7385a7dfac84449 /meta-networking/recipes-devtools | |
| parent | 788399ea001bff696aa1fe421ef9585f4c7207a1 (diff) | |
| download | meta-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.bb | 3 |
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() { | |||
| 38 | 38 | ||
| 39 | RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ | 39 | RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ |
| 40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ | 40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ |
| 41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl" | 41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl ${PYTHON_PN}-logging \ |
| 42 | ${PYTHON_PN}-difflib" | ||
