summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-29 12:55:50 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-29 14:00:32 -0700
commitf9c4fa94fd224d67c86235172d36cd85d98960c6 (patch)
treeb2524fc4a5c2332bb39b14378176933ca7802dc4 /meta-networking
parent2066390446b6c9201c88ed3c53fc894163374796 (diff)
downloadmeta-openembedded-f9c4fa94fd224d67c86235172d36cd85d98960c6.tar.gz
python3-scapy: Upgrade to 2.6.0 release
Switch to PEP-517 build backend 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.6.0.bb (renamed from meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb
index d57cb977e4..ba21c46055 100644
--- a/meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb
+++ b/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
16# If you want ptest support, use the git repo 16# If you want ptest support, use the git repo
17# UTscapy does not exist in the pypi pkg 17# UTscapy does not exist in the pypi pkg
18# 18#
19SRCREV = "0474c37bf1d147c969173d52ab3ac76d2404d981" 19SRCREV = "f7a64114b35fd8ee63ce07290f8a2dffd52b215f"
20SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \ 20SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \
21 file://run-ptest" 21 file://run-ptest"
22 22
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
24 24
25UPSTREAM_CHECK_COMMITS = "1" 25UPSTREAM_CHECK_COMMITS = "1"
26 26
27inherit setuptools3 ptest 27inherit python_setuptools_build_meta ptest
28 28
29do_install:append() { 29do_install:append() {
30 mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 30 mv ${D}${bindir}/scapy ${D}${bindir}/scapy3