mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-23 11:21:11 +00:00
python3-scapy: upgrade 2.6.1 -> 2.7.0
Bump to the v2.7.0 tag. Rebase the ptest ICMPv6 skip patch: upstream added a "needs_root" tag to the "Sending and receiving an ICMPv6EchoRequest" test's tag line in test/regression.uts, so the "skipped_ptest" tag now needs to be appended after "needs_root" rather than replacing the whole line. With this rebase both hunks apply with offset only (no fuzz). Build-verified: python3-scapy builds and packages (including -ptest) successfully. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
sck.close()
|
||||
|
||||
= Sending and receiving an ICMPv6EchoRequest
|
||||
-~ netaccess ipv6
|
||||
+~ netaccess ipv6 skipped_ptest
|
||||
-~ netaccess ipv6 needs_root
|
||||
+~ netaccess ipv6 needs_root skipped_ptest
|
||||
def _test():
|
||||
with no_debug_dissector():
|
||||
x = sr1(IPv6(dst="www.google.com")/ICMPv6EchoRequest(),timeout=3)
|
||||
|
||||
Reference in New Issue
Block a user