DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/ipsec-secgw: update pkttest requirements
@ 2019-10-02  8:50 Marcin Smoczynski
  2019-10-02  8:53 ` Ananyev, Konstantin
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Smoczynski @ 2019-10-02  8:50 UTC (permalink / raw)
  To: akhil.goyal, konstantin.ananyev, bernard.iremonger; +Cc: dev, Marcin Smoczynski

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-03  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  8:50 [dpdk-dev] [PATCH] examples/ipsec-secgw: update pkttest requirements Marcin Smoczynski
2019-10-02  8:53 ` Ananyev, Konstantin
2019-10-03  8:29   ` Akhil Goyal
2019-10-03  8:55     ` Smoczynski, MarcinX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).