openmpi: main no longer depends on pandoc (#30068)

we switched to an optional sphinx based way of
generating docs, so remove pandoc, which can cause
issues with latex conflicts.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
This commit is contained in:
Howard Pritchard 2022-04-14 12:58:30 -06:00 committed by GitHub
parent b1de8a5680
commit 6c03e1efb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,7 +276,6 @@ class Openmpi(AutotoolsPackage, CudaPackage):
depends_on('automake @1.13.4:', type='build', when='@main')
depends_on('libtool @2.4.2:', type='build', when='@main')
depends_on('m4', type='build', when='@main')
depends_on('pandoc', type='build', when='@main')
depends_on('perl', type='build')
depends_on('pkgconfig', type='build')