Update doc package dependencies 15/3015/1
authorChris Luke <chrisy@flirble.org>
Wed, 21 Sep 2016 02:03:49 +0000 (22:03 -0400)
committerChris Luke <chrisy@flirble.org>
Wed, 21 Sep 2016 02:03:49 +0000 (22:03 -0400)
https://gerrit.fd.io/r/2861 introduces Jinja2 templates.

Change-Id: I9f979976292b90f05dbb5ad0b890d2ca067d7578
Signed-off-by: Chris Luke <chrisy@flirble.org>
vagrant/lib/bootstrap-functions.sh

index c3e1c85..2f1490c 100644 (file)
@@ -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