From c4d521317403fac7403af98a68d5083da4d9389c Mon Sep 17 00:00:00 2001 From: bernhard Date: Wed, 12 Jun 2024 16:09:34 +0200 Subject: [PATCH] Issue #3476: add OS packages for Test2::Harness only for aptget and ports. Could not find packages for the other OS. --- bin/otobo.CheckModules.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/otobo.CheckModules.pl b/bin/otobo.CheckModules.pl index c712233927..fee895f79b 100755 --- a/bin/otobo.CheckModules.pl +++ b/bin/otobo.CheckModules.pl @@ -119,6 +119,8 @@ =head1 DESCRIPTION SubCMD => 'perl(%s)', UseModule => 1, }, + + # for a Perl package list see https://packagehub.suse.com/package-categories/perl/ zypper => { CMD => 'zypper install %s', UseModule => 0, @@ -1076,10 +1078,11 @@ =head1 DESCRIPTION Features => ['devel:test'], Comment => 'an alternative test runner', InstTypes => { - aptget => undef, + aptget => 'libtest2-harness-perl', emerge => undef, + yum => 'perl-Test2-Harness', zypper => undef, - ports => undef, + ports => 'devel/p5-Test2-Harness', }, }, {