lcov: Add missing perl dependency (#44896)

Date::Parse, provided by TimeDate, is an undocumented dependency
of lcov 2
This commit is contained in:
Julien Cortial 2024-06-27 15:08:06 +02:00 committed by GitHub
parent 7a8989bbfc
commit c82d8c63fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,7 @@ class Lcov(MakefilePackage):
depends_on("perl-specio", type=("run"))
depends_on("perl-sub-identify", type=("run"))
depends_on("perl-time-hires", type=("run"))
depends_on("perl-timedate", type=("run"))
def install(self, spec, prefix):
make(