From: Chris Luke Date: Wed, 21 Sep 2016 02:03:49 +0000 (-0400) Subject: Update doc package dependencies X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f03b6a4feb97705dd934667b388fa33e23d4bd58;p=ci-management.git Update doc package dependencies https://gerrit.fd.io/r/2861 introduces Jinja2 templates. Change-Id: I9f979976292b90f05dbb5ad0b890d2ca067d7578 Signed-off-by: Chris Luke --- diff --git a/vagrant/lib/bootstrap-functions.sh b/vagrant/lib/bootstrap-functions.sh index c3e1c8584..2f1490cdd 100644 --- a/vagrant/lib/bootstrap-functions.sh +++ b/vagrant/lib/bootstrap-functions.sh @@ -158,7 +158,7 @@ deb_install_pkgs() { apt-get install ${PACKAGES} # Specify documentation packages - DOC_PACKAGES="doxygen graphviz python-pyparsing" + DOC_PACKAGES="doxygen graphviz python-pyparsing python-jinja2" apt-get install ${DOC_PACKAGES} } @@ -217,7 +217,7 @@ rh_install_pkgs() { openssl-devel apr-devel indent # Specify documentation packages - DOC_PACKAGES="doxygen graphviz" + DOC_PACKAGES="doxygen graphviz pyparsing python-jinja2" yum install -q -y install ${DOC_PACKAGES} # Install python development