lcov: Add missing perl dependency (#44896)
Date::Parse, provided by TimeDate, is an undocumented dependency of lcov 2
This commit is contained in:
parent
7a8989bbfc
commit
c82d8c63fa
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user