summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-05-04 11:46:38 +0200
committerGitHub <noreply@github.com>2021-05-04 11:46:38 +0200
commit2efcfa9de1048147f521e40653934e759fee7c9f (patch)
treeb073658a4d1373b378c21f25feffc4ce2160dae7 /var
parentda2dbac794b2b52cb8f83ca430f55b53d436c934 (diff)
downloadspack-2efcfa9de1048147f521e40653934e759fee7c9f.tar.gz
spack-2efcfa9de1048147f521e40653934e759fee7c9f.tar.bz2
spack-2efcfa9de1048147f521e40653934e759fee7c9f.tar.xz
spack-2efcfa9de1048147f521e40653934e759fee7c9f.zip
autoconf, bison: drop dependency on help2man (#23407)
We don't have to rebuild their man pages
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/autoconf/package.py1
-rw-r--r--var/spack/repos/builtin/packages/bison/package.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/autoconf/package.py b/var/spack/repos/builtin/packages/autoconf/package.py
index f651fcf4f1..59c3ff30ca 100644
--- a/var/spack/repos/builtin/packages/autoconf/package.py
+++ b/var/spack/repos/builtin/packages/autoconf/package.py
@@ -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'))
diff --git a/var/spack/repos/builtin/packages/bison/package.py b/var/spack/repos/builtin/packages/bison/package.py
index 0f5a6910c8..47cf66f518 100644
--- a/var/spack/repos/builtin/packages/bison/package.py
+++ b/var/spack/repos/builtin/packages/bison/package.py
@@ -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.