From 5e727474efe18b3800df6130c068e668fadd2e0b Mon Sep 17 00:00:00 2001 From: imarom Date: Wed, 23 Mar 2016 09:19:46 +0200 Subject: Python 3 - another drop (package fixups) --- scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py index 9d761156..fe4bad62 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_ext.py @@ -16,8 +16,7 @@ if not TREX_STL_EXT_PATH: # the modules required # py-dep requires python2/python3 directories # arch-dep requires cel59/fedora and 32bit/64bit directories -CLIENT_UTILS_MODULES = [ {'name': 'dpkt-1.8.6'}, - {'name': 'texttable-0.8.4'}, +CLIENT_UTILS_MODULES = [ {'name': 'texttable-0.8.4'}, {'name': 'pyyaml-3.11', 'py-dep': True}, {'name': 'scapy-2.3.1', 'py-dep': True}, {'name': 'pyzmq-14.5.0', 'py-dep': True, 'arch-dep': True} -- cgit 1.2.3-korg