Added more missing dependencies

This commit is contained in:
Adam J. Stewart
2016-08-23 15:45:04 -05:00
parent fda7fcd73d
commit c36f13e44d
3 changed files with 28 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
# run-doc-tests
#
# Notes:
# Requires sphinx and mercurial.
# Requires sphinx, git, mercurial, and subversion.
#
QA_DIR="$(dirname "$0")"
@@ -20,7 +20,9 @@ DOC_DIR="$SPACK_ROOT/lib/spack/docs"
deps=(
sphinx-apidoc
sphinx-build
git
hg
svn
)
# Check for dependencies