From: Vratko Polak Date: Mon, 4 Jan 2016 09:00:10 +0000 (+0100) Subject: Fix jsonpath installation command X-Git-Tag: release/beryllium~219^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F32066%2F1;p=releng%2Fbuilder.git Fix jsonpath installation command The correct name of the package is "jsonpath-rw". Change-Id: Iceb91a37dbaacdf31cd53a2e52719b0dc240e418 Signed-off-by: Jozef Behran --- 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 :