Skip to content

Commit

Permalink
Add missing dependency for run-doc-tests (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and tgamblin committed Sep 8, 2016
1 parent 0586b38 commit 06d8a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/spack/qa/check_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ for dep in "$@"; do
spack_package=py-flake8
pip_package=flake8
;;
dot)
spack_package=graphviz
;;
git)
spack_package=git
;;
Expand Down
1 change: 1 addition & 0 deletions share/spack/qa/run-doc-tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ DOC_DIR="$SPACK_ROOT/lib/spack/docs"
deps=(
sphinx-apidoc
sphinx-build
dot
git
hg
svn
Expand Down

0 comments on commit 06d8a3a

Please sign in to comment.