Skip to content
Snippets Groups Projects
Commit 9a6a19d4 authored by Elizabeth Fischer's avatar Elizabeth Fischer Committed by Massimiliano Culpo
Browse files

doxygen: added missing dependencies to the package (#10589)

parent 49b93652
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ class Doxygen(CMakePackage):
description='Build with dot command support from Graphviz.')
depends_on("cmake@2.8.12:", type='build')
depends_on("python", type='build') # 2 or 3 OK; used in CMake build
depends_on("libiconv")
depends_on("flex", type='build')
# code.l just checks subminor version <=2.5.4 or >=2.5.33
# but does not recognize 2.6.x as newer...could be patched if needed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment