From: Willem Jan Withagen Date: Sat, 19 Nov 2016 19:10:51 +0000 (+0100) Subject: install-deps.sh: JQ is needed in one script X-Git-Tag: v11.1.0~232^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12080%2Fhead;p=ceph.git install-deps.sh: JQ is needed in one script Signed-off-by: Willem Jan Withagen --- diff --git a/install-deps.sh b/install-deps.sh index 1f4e9c3a5a5a..0e718111e9e6 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -46,6 +46,7 @@ if [ x`uname`x = xFreeBSDx ]; then textproc/expat2 \ textproc/libxml2 \ textproc/xmlstarlet \ + textproc/jq \ emulators/fuse \ java/junit \ lang/python27 \