From c5367a55f93e19c32ae48747835a8624bbb77ae1 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 4 Jan 2016 10:00:10 +0100 Subject: [PATCH] Fix jsonpath installation command The correct name of the package is "jsonpath-rw". Change-Id: Iceb91a37dbaacdf31cd53a2e52719b0dc240e418 Signed-off-by: Jozef Behran --- .../include-raw-integration-install-robotframework.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index f0ea3b049..0f8bdf984 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -19,7 +19,8 @@ pip install -q --upgrade pip pip --version pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr pip install -q robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} + # jsonpath is needed by current AAA idmlite suite -pip install -q --allow-external jsonpath --allow-unverified jsonpath jsonpath +pip install -q jsonpath-rw # vim: sw=4 ts=4 sts=4 et ft=sh : -- 2.36.6