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.smoczyn...@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

Reply via email to