avocado.spec: Add build dependency for TAP parser
The TAP test requires the perl-Test-Harness package, let's add it to the
build dependencies. It fails silently, but there is a message just when
the selftests are executed:
+ selftests/run
Can't locate TAP/Parser.pm in @inc (you may need to install the
TAP::Parser module) (@inc contains: /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
-e line 1.
BEGIN failed--compilation aborted at -e line 1.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录