autoconf, bison: drop dependency on help2man (#23407)
We don't have to rebuild their man pages
This commit is contained in:
parent
da2dbac794
commit
2efcfa9de1
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ class Autoconf(AutotoolsPackage, GNUMirrorPackage):
|
|||
|
||||
# Note: m4 is not a pure build-time dependency of autoconf. m4 is
|
||||
# needed when autoconf runs, not only when autoconf is built.
|
||||
depends_on('help2man', type='build')
|
||||
depends_on('m4@1.4.6:', type=('build', 'run'))
|
||||
depends_on('perl', type=('build', 'run'))
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
|
|||
depends_on('diffutils', type='build')
|
||||
depends_on('m4', type=('build', 'run'))
|
||||
depends_on('perl', type='build')
|
||||
depends_on('help2man', type='build')
|
||||
|
||||
patch('pgi.patch', when='@3.0.4')
|
||||
# The NVIDIA compilers do not currently support some GNU builtins.
|
||||
|
|
Loading…
Reference in a new issue