Skip to content
Snippets Groups Projects
Commit 06d8a3ad authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

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

parent 0586b388
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ for dep in "$@"; do ...@@ -27,6 +27,9 @@ for dep in "$@"; do
spack_package=py-flake8 spack_package=py-flake8
pip_package=flake8 pip_package=flake8
;; ;;
dot)
spack_package=graphviz
;;
git) git)
spack_package=git spack_package=git
;; ;;
......
...@@ -20,6 +20,7 @@ DOC_DIR="$SPACK_ROOT/lib/spack/docs" ...@@ -20,6 +20,7 @@ DOC_DIR="$SPACK_ROOT/lib/spack/docs"
deps=( deps=(
sphinx-apidoc sphinx-apidoc
sphinx-build sphinx-build
dot
git git
hg hg
svn svn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment