X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vagrant%2Flib%2Fbootstrap-functions.sh;h=2f1490cddf035ba36d21b25999ae1b6c0bffa920;hb=refs%2Fchanges%2F15%2F3015%2F1;hp=c3e1c858472f1cd74c02b53ba4b989581c57a17b;hpb=3d5ddb13b0d5919fbf0d7675a9f1f54db0c5f38c;p=ci-management.git 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