diff options
Diffstat (limited to 'scripts/automation/trex_control_plane/client')
-rwxr-xr-x | scripts/automation/trex_control_plane/client/outer_packages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/client/outer_packages.py b/scripts/automation/trex_control_plane/client/outer_packages.py index a7c34e48..42a553ca 100755 --- a/scripts/automation/trex_control_plane/client/outer_packages.py +++ b/scripts/automation/trex_control_plane/client/outer_packages.py @@ -9,10 +9,10 @@ PATH_TO_PYTHON_LIB = os.path.abspath(os.path.join(ROOT_PATH, 'python_lib')) CLIENT_MODULES = ['enum34-1.0.4',
- # 'jsonrpclib-0.1.3',
'jsonrpclib-pelix-0.2.5',
'termstyle',
- 'rpc_exceptions-0.1'
+ 'rpc_exceptions-0.1',
+ 'dpkt-1.8.6.2'
]
def import_client_modules ():
|