perl-extutils-installpaths: depend on perl-extutils-config (#26969)

This commit is contained in:
Bernhard Kaindl 2021-10-27 16:02:14 +02:00 committed by GitHub
parent 1f728ab4ce
commit f4431851ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,5 @@ class PerlExtutilsInstallpaths(PerlPackage):
url = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz"
version('0.012', sha256='84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed')
depends_on('perl-extutils-config', type=('build', 'run'))