autoconf, bison: drop dependency on help2man (#23407)

We don't have to rebuild their man pages
This commit is contained in:
Harmen Stoppels 2021-05-04 11:46:38 +02:00 committed by GitHub
parent da2dbac794
commit 2efcfa9de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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'))

View file

@ -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.