net/bnxt: modify port DB to handle more info
[dpdk.git] / examples / ipsec-secgw / test / pkttest.py
index bcad215..785b2fb 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# SPDX-License-Identifier: BSD-3-Clause
 
 import fcntl
 import pkg_resources
@@ -21,7 +22,7 @@ except ImportError:
 
 
 PKTTEST_REQ = [
-    "scapy==2.4.3rc1",
+    "scapy>=2.4.3",
 ]