maker: add perl-dbd-mysql dependency (#27395)

This commit is contained in:
Glenn Johnson 2021-11-15 04:23:30 -06:00 committed by GitHub
parent d01129e9c8
commit 557556bbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ def url_for_version(self, version):
depends_on('perl', type=('build', 'run')) depends_on('perl', type=('build', 'run'))
depends_on('perl-module-build', type='build') depends_on('perl-module-build', type='build')
depends_on('perl-dbi', type=('build', 'run')) depends_on('perl-dbi', type=('build', 'run'))
depends_on('perl-dbd-mysql', type=('build', 'run'))
depends_on('perl-dbd-pg', type=('build', 'run')) depends_on('perl-dbd-pg', type=('build', 'run'))
depends_on('perl-dbd-sqlite', type=('build', 'run')) depends_on('perl-dbd-sqlite', type=('build', 'run'))
depends_on('perl-forks', type=('build', 'run')) depends_on('perl-forks', type=('build', 'run'))