summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:27 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:25 -0800
commit87a83e3a90446b68f3e7ab13a6f95fa5f49fdd69 (patch)
tree970cc5a9b20cb38e693593869456438613c2b9e7 /meta-networking/recipes-devtools
parent3304673a5c7a2065608430209cab4cac70e1db31 (diff)
downloadmeta-openembedded-87a83e3a90446b68f3e7ab13a6f95fa5f49fdd69.tar.gz
meta-networking: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.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.bb8
1 files changed, 4 insertions, 4 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 d99d7016b..2fd4dc6ba 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
@@ -36,7 +36,7 @@ do_install_ptest() {
36 sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest 36 sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest
37} 37}
38 38
39RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ 39RDEPENDS:${PN} = "tcpdump python3-compression python3-cryptography python3-netclient \
40 ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ 40 python3-netserver python3-pydoc python3-pkgutil python3-shell \
41 ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-fcntl ${PYTHON_PN}-logging \ 41 python3-threading python3-numbers python3-fcntl python3-logging \
42 ${PYTHON_PN}-difflib" 42 python3-difflib"