git: 301bc149b96e - main - pf: tests: Require python3

From: Jose Luis Duran <jlduran_at_FreeBSD.org>
Date: Wed, 07 Jan 2026 17:53:23 UTC
The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=301bc149b96e54af4ebfba2822f4b7b411bb76c1

commit 301bc149b96e54af4ebfba2822f4b7b411bb76c1
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-01-07 17:51:57 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-01-07 17:51:57 +0000

    pf: tests: Require python3
    
    Reported by:    Jenkins
    Reviewed by:    kp, ngie
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D54549
---
 tests/sys/netpfil/pf/killstate.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/sys/netpfil/pf/killstate.sh b/tests/sys/netpfil/pf/killstate.sh
index dc082464b36c..f5925d715e7c 100644
--- a/tests/sys/netpfil/pf/killstate.sh
+++ b/tests/sys/netpfil/pf/killstate.sh
@@ -110,6 +110,7 @@ src_dst_head()
 {
 	atf_set descr 'Test killing a state with source and destination specified'
 	atf_set require.user root
+	atf_set require.progs python3 scapy
 }
 
 src_dst_body()