From 87a83e3a90446b68f3e7ab13a6f95fa5f49fdd69 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 19 Feb 2024 20:10:27 -0800 Subject: meta-networking: drop ${PYTHON_PN} python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-networking/recipes-devtools') 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 d99d7016b2..2fd4dc6baf 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() { sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-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}-logging \ - ${PYTHON_PN}-difflib" +RDEPENDS:${PN} = "tcpdump python3-compression python3-cryptography python3-netclient \ + python3-netserver python3-pydoc python3-pkgutil python3-shell \ + python3-threading python3-numbers python3-fcntl python3-logging \ + python3-difflib" -- cgit v1.2.3-54-g00ecf