summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-09-20 22:03:49 -0400
committerChris Luke <chrisy@flirble.org>2016-09-20 22:03:49 -0400
commitf03b6a4feb97705dd934667b388fa33e23d4bd58 (patch)
tree2a2ff620e4c087def4c9489e21f37917ac0bc37f /vagrant
parent3d5ddb13b0d5919fbf0d7675a9f1f54db0c5f38c (diff)
Update doc package dependencies
https://gerrit.fd.io/r/2861 introduces Jinja2 templates. Change-Id: I9f979976292b90f05dbb5ad0b890d2ca067d7578 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/lib/bootstrap-functions.sh4
1 files 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