[dpdk-dev] [PATCH] examples/ipsec-secgw: update pkttest requirements
Marcin Smoczynski
marcinx.smoczynski at intel.com
Wed Oct 2 10:50:15 CEST 2019
Update Scapy version requirement from 2.4.3rc1 to 2.4.3, which has been
used because 2.4.2 had a bug which made this version unable to install.
Accept future versions of Scapy too.
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski at intel.com>
---
examples/ipsec-secgw/test/pkttest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/test/pkttest.py b/examples/ipsec-secgw/test/pkttest.py
index bcad2156b..5250727f4 100755
--- a/examples/ipsec-secgw/test/pkttest.py
+++ b/examples/ipsec-secgw/test/pkttest.py
@@ -21,7 +21,7 @@
PKTTEST_REQ = [
- "scapy==2.4.3rc1",
+ "scapy>=2.4.3",
]
--
2.17.1
More information about the dev
mailing list