Add missing dependency for run-doc-tests (#1691)

This commit is contained in:
Adam J. Stewart 2016-09-08 11:02:38 -05:00 committed by Todd Gamblin
parent 0586b388df
commit 06d8a3ad23
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,9 @@ for dep in "$@"; do
spack_package=py-flake8
pip_package=flake8
;;
dot)
spack_package=graphviz
;;
git)
spack_package=git
;;

View File

@ -20,6 +20,7 @@ DOC_DIR="$SPACK_ROOT/lib/spack/docs"
deps=(
sphinx-apidoc
sphinx-build
dot
git
hg
svn