Remove not used python dependencies 64/80664/1
authorLuis Gomez <ecelgp@gmail.com>
Fri, 1 Mar 2019 21:23:06 +0000 (13:23 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 1 Mar 2019 21:23:06 +0000 (13:23 -0800)
IOTDM project is not active anymore

Change-Id: Ie78f885985916c27763646320df57eea3f2f9646
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/integration-install-robotframework.sh

index 5c5a74e315dc6b974d9f2a7a09008be3442a709d..75e389d977f970af708eda7f4f26bc4d248e9565 100644 (file)
@@ -45,11 +45,6 @@ pip install --upgrade pyangbind
 # Module for iso8601 datetime format
 pip install --upgrade isodate
 
-# Modules for tornado and jsonpointer used by client libraries of IoTDM project
-# Note: Could be removed when client running on tools VM is used instead
-#       of client libraries only.
-pip install --upgrade tornado jsonpointer
-
 # Module for TemplatedRequests.robot library
 pip install --upgrade jmespath