From f03b6a4feb97705dd934667b388fa33e23d4bd58 Mon Sep 17 00:00:00 2001 From: Chris Luke Date: Tue, 20 Sep 2016 22:03:49 -0400 Subject: [PATCH] Update doc package dependencies https://gerrit.fd.io/r/2861 introduces Jinja2 templates. Change-Id: I9f979976292b90f05dbb5ad0b890d2ca067d7578 Signed-off-by: Chris Luke --- vagrant/lib/bootstrap-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6