Remove the autotools resources (#27793)

This essentially reverts #18917 as it seems to no longer be necessary
due to recent autotools changes in core spack.
This commit is contained in:
Glenn Johnson 2021-12-06 09:59:25 -06:00 committed by GitHub
parent bc3a3d9249
commit caba5c4692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,3 @@ class RRpostgresql(RPackage):
depends_on('r@2.9.0:', type=('build', 'run'))
depends_on('r-dbi@0.3:', type=('build', 'run'))
depends_on('postgresql')
depends_on('automake', type='build')
patch_config_files = True
@run_before('install')
def patch_config_guess(self):
AutotoolsPackage._do_patch_config_files(self)